Subject Re: [IBO] IB_GRID
Author Helen Borrie
At 04:02 AM 16-03-01 +0000, you wrote:
> i link my IBOTable to a IB_Grid by IB_Query, at design time i can
>see the fields in the grid but at run-time, i can't see it, what
>should i do to display all the fields or any selected fields of a
>IBOTable to the IB_Grid.

TIBOTable is not compatible with TIB_Grid. If you are using TIBOTable, then use a Delphi TDatasource to link it to a Delphi TDBGrid.

If you are using TIB_Query, then it is not compatible with the Delphi TDatasource. Use a TIB_Datasource to link it to a TIB_Grid. There is no "TIB_Table", either.

Regards,
Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________