Page 1 of 1

DisableControls also disables Master-Detail relationship

Posted: Tue 28 Nov 2006 18:37
by ajasja
Hello!

I have to DataSets (lets call them aMasterDS and aDetailDS) linked in a master detail relationship.
If a call
aMasterDS.DisableControls
then the detail data set relationship is no longer updated when I iterate through the master dataset. But without the "aMasterDS.DisableControls" I get a lot of flicker.

Is there a way to update the master-detail relationship without updating the data aware controls?

Best regards.
Ajasja Ljubetič

Posted: Wed 29 Nov 2006 14:51
by Antaeus
Try to change the value of the DetailDelay option of the aDetailDS object. You can find description of this option in MyDAC Help.