Subject Re: [IBO] 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

>Confirmed - it appears to be broken. I've made a test case for Jason
>which I'll send through tonight.

Thank's.While waiting Jason's fixe, I'll will add Detail afterinsert
code for supplying missing value

>or you could begin your
>process of moving away from desktop-style development by re-
>implementing your TIBOTables as TIBOQuery.

As soon as I have enough time, I'll migrate