Board index » delphi » problem with protected text in Richedit, DBRichedit, canvas updates
mhawk
![]() Delphi Developer |
Sat, 26 May 2001 03:00:00 GMT
problem with protected text in Richedit, DBRichedit, canvas updates
Has anyone out there experienced this problem?
Delphi 4.02 C/S The Problem: When scrolling through a DBGrid hooked to a DBRichEdit, the contents of into a record in which a memo field contains protected text, the How to Recreate: 1. Place a DBGrid on a form and hook to a table with a Memo field that 2. Place a DBRichEdit on the form and hook to the RTF memo field. 3. Place a DBNavigator on the form, hooke to the same table as above. 4. Run the program and move from record to record. 5. Notice that the canvas of the DBRichEdit updates with the correct 6. Add some protected text to one of the records memo field. (add a 7. Scroll into record with protected text. 8. Scroll to any other record. 9. Notice that the canvas of the DBRichEdit DOES NOT update with the I hope that I am doing something wrong, but at this point, I cannot Any thoughts would be greatly appreciated. I can e-mail upon request to anyone who would like the code and a small Thank you - Michael Hawk, mh...@ix.netcom.com |