Subject Boolean IB_Grid is 3 stare value (null allowed)
Author mmenaz@lycosmail.com
Hi, I've a domani defined as follow:
CREATE DOMAIN SINOTYPE AS CHAR(1)
DEFAULT 'S'
CHECK ((VALUE IN ('S', 'N')));
And I use it for boolean fields. I've set the connection
"ColumnAttributes" to SINOTYPE=BOOLEAN=S,N and the FieldEntryTypes
fetDomainName to true (fetSQLtype is False).
In the IB_Grid the field is correctly managed by a checkbox, but it
supports a 3 state value (true, false and null (grayed)).
How can I have a 2 state behaviour?
Thanks
Marco Menardi