Reading RTF file
Posted: Wed May 09, 2012 6:49 pm
Hi All
How do I load a RTF file into a field without the control characters showing. I've tried using
and
Thx
How do I load a RTF file into a field without the control characters showing. I've tried using
Code: Select all
put url("binfile:" & tMessageTitle) into field "MessageText"
Code: Select all
put url("file:" & tMessageTitle) into field "MessageText"