Subject Re: [IBO] Dont' show all columns in a IB_Grid
Author Geoff Worboys
> how can I define the properties of either the TIB_Query or the
> TIB_Grid itselft to show only some of the visible fields in the
> grid and the rest in IB_Edits, e.g. when I want to show a list
> of persons with last and first name in the grid and the rest
> of the info like street, city, phone and whatnot in edits?

Either list the fields you want in IB_Grid.GridLinks

OR

Set the IB_Query FieldsVisible stringlist so that all fields you
want hidden are set to false
MYFIELD=F
<etc>

The second option effects all grids accessing the query, the
first option effects only the specific grid.

--
Geoff Worboys
Telesis Computing