I am rewriting an existing BDE database program to use Firebird using the FibPlus components.
Since I almost every where used TQuery components, the change is fairly straightforward.
Apart from one thing I dont't seem to find :
- In one of my forms I have two grids above each other, linked to TTable components, where the grid below only displays records with the same key as the selected record in the upper grid - so master/detail relationship.
This was done easy in BDE using the MasterSource
and MasterFields
properties.
How can this be achieved using the FibPlus FibDataset or FibQuery components ?