I noticed that rich text process in version 6 is extremely slow when you have lot of line to process. eg…
Call rtitem.APPENDSTYLE(FontNB)
Call rtitem. AppendText(DateTime)
Call rtitem.APPENDSTYLE(FontBN)
Call rtitem. AppendText(Session.CommonUserName)
Call rtitem. AppendText(Txt1)
etc etc
It seems that it takes forever to process, save and close the document since it takes close to a minute or more before returning to default view. I debugged the code and found that each “call rtitem” were taking few seconds to process.
I tested the same code in version 5 and there was not problem at all.
Did anyone experience similar problem or found any solution to this?
Any help or suggestion is appreciated
Thanks.