TDBSRichViewEdit onLoadDocument
Posted: Mon Jun 11, 2012 12:40 pm
Hello
I have table with RVF documents in it. In my application I navigate between rows of table and refresh documents in TDBSRichViewEdit. When margins for documents is not specified, component use margins from previous doc or default (if it's a first record to display). I want to set margins for default values when they are not specified. So I try set TDBSRichViewEdit(Sender).Clear in onNewDocuments event.
But this event is not fire, when I changed dataset record.
I have table with RVF documents in it. In my application I navigate between rows of table and refresh documents in TDBSRichViewEdit. When margins for documents is not specified, component use margins from previous doc or default (if it's a first record to display). I want to set margins for default values when they are not specified. So I try set TDBSRichViewEdit(Sender).Clear in onNewDocuments event.
But this event is not fire, when I changed dataset record.