Subject | TIB_Memo |
---|---|
Author | Geno |
Post date | 2000-12-28T23:02:12Z |
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
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