ZanM
Nov 16th, 1999, 02:23 PM
'Ok maybe i'm doing this wrong...
rtfFormatedText.SaveFile app.path_ & "MyFile.rtf",0
'ok that file had diferent fonts and
'colored text and ........
rtfOpener.LoadFile app.path_
& "MyFile.rtf",0
'now my file is a plain text file the
'font is whatever the rtfBox font is
'no color no nothing
'It turns into a word97 file and word
'doesn't see it either
'anybody clue me in as to why
rtfFormatedText.SaveFile app.path_ & "MyFile.rtf",0
'ok that file had diferent fonts and
'colored text and ........
rtfOpener.LoadFile app.path_
& "MyFile.rtf",0
'now my file is a plain text file the
'font is whatever the rtfBox font is
'no color no nothing
'It turns into a word97 file and word
'doesn't see it either
'anybody clue me in as to why