Board index » delphi » Multiple MasterSource

Multiple MasterSource

I use delphi 3 and Paradox
Is possible to set MasterSource property to more than one DataSource?

If not, how can I put one table in master-detail link with other two tables?
for example:
One Customer         many Orders
One Customer         many Products

Thanks
Luca Anastasia

 

Re:Multiple MasterSource


On Sun, 18 Jan 1998 21:53:08 +0100, "Luca Anastasia" <lu...@dfn.it>
wrote:

Quote
>I use delphi 3 and Paradox
>Is possible to set MasterSource property to more than one DataSource?

No

Quote
>If not, how can I put one table in master-detail link with other two tables?
>for example:
>One Customer         many Orders
>One Customer         many Products

Assign to Orders.MasterSource and Products.MasterSource the Customer's
Datasource.

HTH,

-------------------------
Paul Lambadaris
Singular Computer Applications
mail to : p...@singular.gr
web page: www.singular.gr

Re:Multiple MasterSource


The MasterSource and MasterFields properties are set for the child
tables.  Therefore, in your example, you would set these properties
for the Orders and Products tables to point to the Customer table.

Bill

(Sorry but TeamB cannot answer support questions received via email.)
(To send me email for any other reason remove .nospam from my address.)

Other Threads