Problem with master-detail relationship

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
RLopezLo
Posts: 1
Joined: Mon 19 Jan 2009 08:56

Problem with master-detail relationship

Post by RLopezLo » Sun 05 Jul 2009 10:12

Hi
I changed in Delphi from BDE to Unidac to work in Oracle.
Before I can do a master-detail between two tables (TTable) only assigning on detail table MasterSource, MasterFields and IndexFiedNames; then when I changed selected record on master table, automatically, detail record/s changed.
Well, now I do the same on two TUniTable only changing detail key/s from IndexFieldNames (BDE) to DetailFields (UNIDAC) and don't work.
Could you say me if I'm forgetting something?
Thanks in advance.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 06 Jul 2009 08:36

This should be enough to make master-detail. Try to make the master-detail in a new application.

Post Reply