Search found 4 matches

by J e f F
Tue Jan 03, 2006 1:13 pm
Forum: Support
Topic: Problem with Blob in the DBGrid
Replies: 5
Views: 19629

thanks

now works correct.

in the DrawRVFField procedure i have changed this line:

//rvh.RichView.LoadRVFFromStream(Stream)
rvh.RichView.LoadFromStream(Stream,rvynaAuto)
by J e f F
Tue Jan 03, 2006 11:05 am
Forum: Support
Topic: Problem with Blob in the DBGrid
Replies: 5
Views: 19629

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 ...
by J e f F
Tue Jan 03, 2006 10:51 am
Forum: Support
Topic: Problem with Blob in the DBGrid
Replies: 5
Views: 19629

somebody can help me?

i need change the Dbgrid OndrawCell to work this ?

you can post the code?

thanks
by J e f F
Mon Jan 02, 2006 8:15 pm
Forum: Support
Topic: Problem with Blob in the DBGrid
Replies: 5
Views: 19629

Problem with Blob in the DBGrid

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.