Master/Detail

lev_ko

Member²
I have a master-detail relationship in a dataset.

If when I select a record in the master dataset, the nested dataset is empty - the field of the master dataset to which the detail is linked becomes read only.

Is there a way to solve this problem ?

I'm using DOA 3.4.3, ORACLE server 8 and client 7.3.4.

Thank you kindly,
Lev
 
The master fields will become readonly if one or more detail records exist, because there is no cascading update feature. If you have such a feature, you need to perform your own master/detail synchronization.

------------------
Marco Kalter
Allround Automations
 
Back
Top