Subject | Re: [IBO] BDE to TIBOTable : different behaviour when inserting on master detail |
---|---|
Author | henry FRANQUET |
Post date | 2003-08-29T12:41:33Z |
>>Hello,Thank's.While waiting Jason's fixe, I'll will add Detail afterinsert
>>
>> 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.
code for supplying missing value
>or you could begin yourAs soon as I have enough time, I'll migrate
>process of moving away from desktop-style development by re-
>implementing your TIBOTables as TIBOQuery.