Save to txt file


is there simple way write field info form ascii format fields have begin @ character positions, , save in file system?

thanks much!
mary

mary,

yes, quite easy. create function reads appropriate values , writes them file in location required. (i have had generate export/import files number of workflows.)

which language more comfortable with? basicscript give advantage of using space function (to return required number of spaces position field value,) don't know if there similar function/method jscript.

to write file, use filesystemobject allows me create new file , write (or open existing 1 , append). can find full compiled file samples in msdn.microsoft.com or while online, use http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vaobjfiles ystemobject.asp

to read field value include in string, use workitem.getfieldvalue method, append value string (containing number of spaces need begin @ required character position) , use filesystemobject write. (you'll find full set of samples microsoft that)

hope helps,
sanna


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments