DisableControls also disables Master-Detail relationship
Posted: Tue 28 Nov 2006 18:37
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č
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č