Saving the contents of field to a file?
Posted: Fri Jan 02, 2009 6:11 am
Hi all,
I have a field that I have set -up with "tabstops" to align the text in the field into columns. Works very well both on the screen and for appearance and when printing the field (named: printerschedule) contents they print in columns just as desired.
My problem is that when I save the contents of the field to a text file the columns do not stay aligned as viewed and printed.
[ask file "Save File:"
put the text of fld "printerschedule" into URL ("file:"&it) ][/code]
Any suggestions as to what is happening would be most appreciated.
Thanks, Ron
I have a field that I have set -up with "tabstops" to align the text in the field into columns. Works very well both on the screen and for appearance and when printing the field (named: printerschedule) contents they print in columns just as desired.
My problem is that when I save the contents of the field to a text file the columns do not stay aligned as viewed and printed.
[ask file "Save File:"
put the text of fld "printerschedule" into URL ("file:"&it) ][/code]
Any suggestions as to what is happening would be most appreciated.
Thanks, Ron