Subject | Re: [IBO] Master-detail with IBOTable |
---|---|
Author | Helen Borrie |
Post date | 2006-07-25T08:34:45Z |
At 06:19 PM 25/07/2006, you wrote:
KeyLinksAutodefine property of the TIBOTable to true. If not, then
set the property manually, to be the names of all of the fields that
are needed to make it that every row in the set is unique.
Once you have the uniqueness of the master record determined, the
master-detail relationship should work as it did before.
Helen
>How does one setup a master-detail relationship usingDoes the table have a primary key? If yes, then set the
>IBOTable components?
>
>I have converted from BDE to IBO using GReplace and if I trie to open
>the tables with the master-detail relationship, I get the message
>"Invalid Keylinks entry".
KeyLinksAutodefine property of the TIBOTable to true. If not, then
set the property manually, to be the names of all of the fields that
are needed to make it that every row in the set is unique.
Once you have the uniqueness of the master record determined, the
master-detail relationship should work as it did before.
Helen