trichview.support
Re: Problems with TDBRichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 06/23/2004 17:24:25 My question was about the step 1. If you use LoadRTF for loading, you need to call table.Edit before loading, and DBRichViewEdit.Change after loading. All this must be called before table.Post, otherwise results will be exactly like you described. But InsertRVFFromFileEd and pasting must do all this work (before table.Post) automatically. Can you create a small demo project reproducing this problem and send it to me? > > How do you read RTF file? > > Please, have a closer look at the steps I provided on the previous message. > I believe you did not understand that the file is loaded correctly and > displayed also correctly at first. The problem only occours ONLY AFTER a > POST. Then TDBRichViedEdit does not display the data correctly any longer > and does not accept manual inputs either. > > Anyway, to insert a RTF into TDBRichViewEdit I use the method > InsertRTFFromFileEd(OpenDialog.FileName). I also use pasting. > > *** AGAIN! TDBRichViewEdit loads RTF files and handles pasting correctly at > first. However when I post the data into a Blob field, although the data is > stored correctly in the Blob field, it IS NOT displayed correctly any more, > and from this poing on TDBRickViewEdit is no longer able to accept manual > inputs either. > > |
Powered by ABC Amber Outlook Express Converter