Subject | Master/detail with different field name |
---|---|
Author | scoluccia2002 |
Post date | 2002-06-28T11:14:56Z |
Hi,
How can I do a master/detail using TIboQuery where the name of the
field master is different from the name of the field detail
for example:
This is the statement of the query detail
select * from fattbody where ID_Fatt =:Id
the relation is on field ID_Fatt (table detail) and field ID (table
master)
I've set the datasource of the TIboQuery detail but when I open the
master and the detail the first time I don't see the records of
detail until I go to the next record of the master and go back.
What I've forgotten?
Thanks
Stefano Coluccia
How can I do a master/detail using TIboQuery where the name of the
field master is different from the name of the field detail
for example:
This is the statement of the query detail
select * from fattbody where ID_Fatt =:Id
the relation is on field ID_Fatt (table detail) and field ID (table
master)
I've set the datasource of the TIboQuery detail but when I open the
master and the detail the first time I don't see the records of
detail until I go to the next record of the master and go back.
What I've forgotten?
Thanks
Stefano Coluccia