Search found 4 matches
- Mon Nov 09, 2009 10:17 am
- Forum: Support
- Topic: Saving RichViewEdit content in BLOB field using BDE
- Replies: 5
- Views: 19506
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 AnsiString ...
- Thu Nov 05, 2009 8:42 pm
- Forum: Support
- Topic: Saving RichViewEdit content in BLOB field using BDE
- Replies: 5
- Views: 19506
- Thu Nov 05, 2009 4:48 pm
- Forum: Support
- Topic: Saving RichViewEdit content in BLOB field using BDE
- Replies: 5
- Views: 19506
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)"); DataModule1 ...
- Thu Nov 05, 2009 2:18 pm
- Forum: ScaleRichView
- Topic: Demo of ScaleRichView for C++ Builder 2009
- Replies: 1
- Views: 16229
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
I have downloaded demo package
http://www.trichview.com/rvfiles/scaler ... _demos.zip
but it contains only delphi related demos