Subject | Re: [IBO] TIB_LookupCombo to allow selecting |
---|---|
Author | mirco@intellitec.de |
Post date | 2001-11-09T13:37:21Z |
I see your point, although I don't like the idea of inserting a dummy
entry into the table, so that the lookup combo doesn't need to handle
this.
How would I include a single row with fixed values in a query? (This
is an interbase SQL question, I know). Something like
SELECT * FROM myTable
UNION
(NULL,'No Selection');
This would seem ideal to me...
Mirco
entry into the table, so that the lookup combo doesn't need to handle
this.
How would I include a single row with fixed values in a query? (This
is an interbase SQL question, I know). Something like
SELECT * FROM myTable
UNION
(NULL,'No Selection');
This would seem ideal to me...
Mirco