I've constructed a Master_detail relationship using the mastersource property etc.
As stated in the pdf manual I can add detail records with each record automatically using the master table's linking field value. This only works if the master record already exists.
I'm having trouble with inserting a new Master table and it's associated detail table. Even if I set the generator property in the Master table it's not picked up by the detail table.
I've tried Posting the Master table then posting the Detail table it's still not picked up.
I can set the link field value On the OnNewRecord event but I'm wondering if I'm misunderstanding how this is supposed to work - when inserting a new Master record with a new related detail record.
Peter