I tried to read a rtf file like that :
Code: Select all
open file lePathNotesdev for read
read from file lePathNotesdev until eof
close file lePathNotesdev
put the rtftext of it into fld "notes"
Thanks one more for your lights
Jean-Marc
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
open file lePathNotesdev for read
read from file lePathNotesdev until eof
close file lePathNotesdev
put the rtftext of it into fld "notes"