Subject | Re: [IBO] Master - Detail with TIBOQuery |
---|---|
Author | Marcel G�ttler |
Post date | 2003-06-10T17:38:49Z |
Thanks
Marcel
> In the master TIBOQuery: SELECT CODE, NAME FROM MASTER_TABLEIt works! Thanks a lot.
> In the detail: SELECT A, B, C FROM DETAIL_TABLE WHERE MASTER_CODE = :CODE
>
> Add a DataSource and set the DataSet To the Master TIBOQuery
> In the detail Query, Set the Datasource to the one you just created.
Marcel