Subject FieldsDisplayLabel only working if TIBOQuery.Active ?
Author mag_jung <magjung@phreaker.net>
Hi,

I have set FieldsDisplayLabel at the connection level to something
like
...
"symbol"=Currency Symbol
...

The Displaylabel ist only used if I set the TIBOQueries to active =
true. A prepare is not sufficient.
This is bad, because I give the user the ability to enter a search
condition before opening the dataset. On the same form there is a
Grid which uses the DisplayLabels. When opening the form, the
normal field-names are displayed. When openening the Dataset, my
values are shown.
How can I change this ? Does it have to do with the quotation marks
(the field really is completely lower-case!) ?

best regards,
Magnus Jungsbluth