master detail operation
The user manual states the with master/detail field binding, the contents of the detail dataset are filtered in a way that it only contains records concerned with the active master record.
I am looking to use this with my db interface, but need to know what mechanism is actually used so that i can make sure it works - in other words, what does the engine do in the detail dataset when it moves to a new record on the master set.
I am looking to use this with my db interface, but need to know what mechanism is actually used so that i can make sure it works - in other words, what does the engine do in the detail dataset when it moves to a new record on the master set.