Page 1 of 1

Problem with master-detail relationship

Posted: Sun 05 Jul 2009 10:12
by RLopezLo
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.

Posted: Mon 06 Jul 2009 08:36
by Plash
This should be enough to make master-detail. Try to make the master-detail in a new application.