Subject Re: [IBO] Master-detail with IBOTable
Author Helen Borrie
At 06:19 PM 25/07/2006, you wrote:
>How does one setup a master-detail relationship using
>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".

Does the table have a primary key? If yes, then set the
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