Search found 4 matches

by fingase
Mon Nov 09, 2009 10:17 am
Forum: Support
Topic: Saving RichViewEdit content in BLOB field using BDE
Replies: 5
Views: 18280

I have found the description of TParam.LoadFromStream problem in D2009: "The problem is in db.pas unit. In older non unicode versions of delphi LoadFromStream use string variable to read data from stream and pass them to param value. Now use TBytes to read data. If you changed TBytes with AnsiS...
by fingase
Thu Nov 05, 2009 8:42 pm
Forum: Support
Topic: Saving RichViewEdit content in BLOB field using BDE
Replies: 5
Views: 18280

rvfcontent is not an issue.

It seems the problem is with C++ Buider 2009 (unicode in BLOB?) because with version 2006 it works fine.
by fingase
Thu Nov 05, 2009 4:48 pm
Forum: Support
Topic: Saving RichViewEdit content in BLOB field using BDE
Replies: 5
Views: 18280

Saving RichViewEdit content in BLOB field using BDE

I am using C++ Builder 2009 and have problems saving RichViewEdit into the BLOB field into local paradox table. Here is the relevant part of my code: DataModule1->Query1->SQL->Add("INSERT INTO rvftable (id,rvfcontent) "); DataModule1->Query1->SQL->Add(" VALUES (:id,:rvfcontent)")...
by fingase
Thu Nov 05, 2009 2:18 pm
Forum: ScaleRichView
Topic: Demo of ScaleRichView for C++ Builder 2009
Replies: 1
Views: 14532

Demo of ScaleRichView for C++ Builder 2009

Is there any demo of ScaleRichView for C++ Builder 2009 available ?
I have downloaded demo package
http://www.trichview.com/rvfiles/scaler ... _demos.zip
but it contains only delphi related demos