read a rtf file
Posted: Mon Sep 20, 2010 4:41 pm
Hi,
I tried to read a rtf file like that :
I have an error i believe is in "put the rtftext of it" but i don't know what
Thanks one more for your lights
Jean-Marc
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