Subject BDE to TIBOTable : different behaviour when inserting on master detail
Author henry FRANQUET
Hello,

Migrating from BDE to IBO I have a problem with master-detail
relation

MasterTable with CODE field is linked to DetailTable GENRE field
wich with BDE wizard give

Detail.MasterSource = MasterTable DS
Detail.MasterFields = CODE
Detail.IndexFieldsName = GENRE

when I insert a record in detailTable, GENRE field is populated by
dataset

and TIBO doesn't

I have checked new properties in IBO like keylinks,
keylinksautodefine, but help files have no comment

What should I do to make a populated insert in DetailTable ?

When MasterFields and IndexFieldsName are the same, IBO works

Thanks