Subject Re: [IBO] TIB_Memo
Author Helen Borrie
At 11:02 PM 28-12-00 +0000, you wrote:
>Hello:
>
>Having a problem using IB_Memo.
>
>Have simple test table as:
>CREATE TESTTABLE(
> THEKEY INTEGER NOT NULL PRIMARY KEY,
> THEBLOB BLOB SUB_TYPE 1 SEGMENT SIZE 80
>);
>
>Created a form, added a IB_Connection, IB_Transaction, TIB_Query,
>IB_DataSource, IB_Memo, IB_Edit, and a Button.
>
>Set properties on all of the above and added code to button to insert
>a record.
>
>Can edit IB_Edit linked to THEKEY but can not edit IB_Meno.
>
>Properties for IB_Meno set as:
>
>DataSource TESTTABLE
>DataField THEBLOB
>AutoDisplay TRUE
>PreventEditing etc. FALSE
>
>But I can not enter anything into the IB_Memo.
>
>Can anyone tgell me what I am missing.

Geno,
Some more checks:
Check
1) Keylinks are correct
2) RequestLive is true
3) The blob column is selected in the SQL statement
4) The ib_memo's character set is supported by the font of the memo.
5) The ib_memo is not ReadOnly

Could you post the SQL statement for the dataset?
Do you have any special UpdateSQL?

Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________