Subject TIB_Grid.RowCount ?
Author Duilio Foschi
I use D3/FB/IBO3.

In a master/detail form I need to know the number of the detail rows
displayed for the current master record.

I was hoping to find a property like TIB_Grid.RowCount, but I can find
nothing of the sort.

I could issue a SQL command like

select count(*) from detail_table where
detail_table.cod_itm=master_table.cod_itm

but - er - I have no idea how I can bring the result into a Delphi
variable...

Any help ?

TYIA

Duilio Foschi