Subject | TIB_Grid.RowCount ? |
---|---|
Author | Duilio Foschi |
Post date | 2002-02-11T00:21:39Z |
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
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