Subject Re: [IBO] How to react on a DMLCache-Update
Author guido.klapperich@t-online.de
> I fail to recognize why you have need of it. If you have a row that needs to
> be invalidated, call the dataset's InvalidateRowNum( ) method and the grid
> will automatically receive the proper notification.
>

I have a scheduler-control, that is not data-aware, so I have to manage it
manually, that it always displays the actual data. This works fine til now,
except when there is a datachange via DML Caching. Then the query, which
delivers the data for the scheduler, has the actual data, but I have no
possibility to ask, has there been a data change or not.

Guido