T
telonq
Hi,
While opening a RTF document in VB 6.0, it is inserting RTF tags like
"\hich\af2\dbch\af2\loch\f2" all over the document which were not
there in the RTF document before opening. Funny part is these tags are
going away if you open the same documents again in VB. These tags are
appearing in alternate opens.
dim myword as object
myword = createobject("word.application")
myword.documents.open "c:\mydocs\myrtffile.rtf"
These tags are inserted only in "word 2002" not in "word 2000".
As i mentioned before, if same document is opened again by above code
the \hich.... tags are gone from RTF file. If I open again they will be
inserted.
Does any body encountered this behavior?
TIA
While opening a RTF document in VB 6.0, it is inserting RTF tags like
"\hich\af2\dbch\af2\loch\f2" all over the document which were not
there in the RTF document before opening. Funny part is these tags are
going away if you open the same documents again in VB. These tags are
appearing in alternate opens.
dim myword as object
myword = createobject("word.application")
myword.documents.open "c:\mydocs\myrtffile.rtf"
These tags are inserted only in "word 2002" not in "word 2000".
As i mentioned before, if same document is opened again by above code
the \hich.... tags are gone from RTF file. If I open again they will be
inserted.
Does any body encountered this behavior?
TIA