We have a form within an application that works on a master-detail relationship. The detail part being a query component with syntax something like :
'SELECT Field1, Field2, Field3 FROM Table2 WHERE Field3=:Fieldx'
with Fieldx being the field to link to in the 'master' part of the relationship.
This means that when we are focused on one record in the 'master' table/query then we have the associated records in the 'detail' query.
My question is this :
If we close and then open the 'detail' dataset (forcing a refresh in effect) are we pulling all the data across the network for Table2 or just those records that are associated with the current record in the 'master' dataset ?
Any advice would be appreciated.
Thanks in advance.
Steve.
'SELECT Field1, Field2, Field3 FROM Table2 WHERE Field3=:Fieldx'
with Fieldx being the field to link to in the 'master' part of the relationship.
This means that when we are focused on one record in the 'master' table/query then we have the associated records in the 'detail' query.
My question is this :
If we close and then open the 'detail' dataset (forcing a refresh in effect) are we pulling all the data across the network for Table2 or just those records that are associated with the current record in the 'master' dataset ?
Any advice would be appreciated.
Thanks in advance.
Steve.