Subject Re: [IBO] Deactivate MasterSource
Author guido.klapperich@t-online.de
> You can call MasterDataset.DisableControls or MasterSource.DisableControls.
> The name is a bit misleading: it doesn't really disable (grey out) the
> controls, but it prevents update notifications from being sent to the
> datasource. So the controls, but also detail datasets, are kept from
> updating.

Sorry for the misleading subject, but I want the detail-datasets to be prevented
from updating when the master-dataset scolls. I have tested DisableControls, but
the SQL-Monitor tells me, that the detail-datasets are refreshed when scrolling
the master-dataset. Perhaps I miss something ?


Guido