WordWrap and Clear
Posted: Tue Sep 05, 2006 8:17 am
Hello everybody,
I use TDBRichView in my delphi application. I have some troubles between DBRichView and my database. When I use clear method of my dbrichview, my component is empty but not my database. In my blob field, there is a lot character and when i use MySQLComponent.FieldByName('MyBlobField').AsString = '', delphi send me field is not empty.
How can i solve this problem ?
Secondly, I wish reproduce wordwrap property with a dbrichview. Actually I use property of paragraph but this solution is not good because this information is link with document and not with my component.
Have you a idea to have a wordwrap property on my dbrichview component ?
Thank a lot
Best regard from FRANCE.
JP
I use TDBRichView in my delphi application. I have some troubles between DBRichView and my database. When I use clear method of my dbrichview, my component is empty but not my database. In my blob field, there is a lot character and when i use MySQLComponent.FieldByName('MyBlobField').AsString = '', delphi send me field is not empty.
How can i solve this problem ?
Secondly, I wish reproduce wordwrap property with a dbrichview. Actually I use property of paragraph but this solution is not good because this information is link with document and not with my component.
Have you a idea to have a wordwrap property on my dbrichview component ?
Thank a lot
Best regard from FRANCE.
JP