Hi
I have a table with one BlobFied
I was using TDBRichEdit to this blob field.
In the new project is a Dbgrid (base in the example Delphi\DB Demo\3 DBGrid) to display this blobfield.
The old values are not shown, why ?
thanks Jeff.
Problem with Blob in the DBGrid
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
You said that the new project does not show old values. Does it mean that it shows new values?
Did you connect RVReportHelper.RichView to some RVStyle?
Did you set RVReportHelper.RichView properties to load documents containg styles? (you can see values of these properties if you right-click any TRichView on form, choose "Settings" in the popup menu, set "Allow adding styles dynamically" mode)
Did you connect RVReportHelper.RichView to some RVStyle?
Did you set RVReportHelper.RichView properties to load documents containg styles? (you can see values of these properties if you right-click any TRichView on form, choose "Settings" in the popup menu, set "Allow adding styles dynamically" mode)
Hi Sergey,
The new records created in the TDBRichViewEdit are displayed in the DBgrid , the old records editing in the TDBRichEdit (default dellphi component) are not displayed.
I think the ondracell function (from the example 3 DBGrid) not works with old records. I need change this to work ?
thanks
Jeff
The new records created in the TDBRichViewEdit are displayed in the DBgrid , the old records editing in the TDBRichEdit (default dellphi component) are not displayed.
I think the ondracell function (from the example 3 DBGrid) not works with old records. I need change this to work ?
thanks
Jeff
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: