Subject | Re: [IBO] updates |
---|---|
Author | Helen Borrie |
Post date | 2001-08-19T03:59:29Z |
At 11:02 PM 18-08-01 -0600, you wrote:
Your examples so far showed you using TIB_Query.
If you are in fact using TIBO*, then you are using VCL controls and the Delphi Help will provide the clues, e.g.
LoadMemo [method of TDBMemo] loads the text BLOB from the field in the database into the memo control.
procedure LoadMemo; virtual;
Description
LoadMemo allows an application to control when the memo control displays the actual contents of a text BLOB field. Use LoadMemo to update the text in the memo control to the value of the field in the current record. LoadMemo only works with text BLOB fields, when the AutoDisplay property is False, so that the value of the field is not loaded automatically.
rgds,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Remember, all I use and am limited to is IBODataBase, TIBOQuery,Hans,
>TIBOTransaction and TIB_Monitor to convert this project from BDE
>to IBO, trying to avoid rewriting the program in my excercise.
>
>I believe these Objects don't support the nice IB_Native options,
>which I certainly would use on a new project :)
Your examples so far showed you using TIB_Query.
If you are in fact using TIBO*, then you are using VCL controls and the Delphi Help will provide the clues, e.g.
LoadMemo [method of TDBMemo] loads the text BLOB from the field in the database into the memo control.
procedure LoadMemo; virtual;
Description
LoadMemo allows an application to control when the memo control displays the actual contents of a text BLOB field. Use LoadMemo to update the text in the memo control to the value of the field in the current record. LoadMemo only works with text BLOB fields, when the AutoDisplay property is False, so that the value of the field is not loaded automatically.
rgds,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________