Subject RE: [IBO] Field DB KEY
Author Daniel Jimenez
> I have a TIB_Query and a TIB_Grid, why a field named ["DB
> KEY"] appears in the grid? It isn't a field of TIB_Query. How
> can I hide from my grid
>
> Thanks.
>
>

Set the FieldsVisible (TIB_StringList) Property for the field you would like
to hide to false.

This can be done at different levels so that it propagates across the app.
That is, if you set the property at the TIB_Connection level the field will
be invisible across all components. If you do it at the TIB_Query level than
every component that uses the TIB_Query will not display it, and so on

MYDATABASE.MYFIELD=F

danieL
____________________________
Comvision Pty. Ltd.

www.comvision.net.au