André, you need to write the htmlText of the field to the file:
set the defaultFolder to specialFolderPath("desktop") & "/IMPORT" -- with file "thisFile.doc" in "IMPORT
open file "ThisFile.doc" for write write the HTMLText of fld "thisField" to file "suchFile.doc" close file "suchFile.doc" Best, Mark _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
