Subject Re: [IBO] TIB_LookupCombo to allow selecting
Author mirco@intellitec.de
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