Subject | Re: [IBO] How to react on a DMLCache-Update |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-02-25T23:46:40Z |
> I fail to recognize why you have need of it. If you have a row that needs toI have a scheduler-control, that is not data-aware, so I have to manage it
> be invalidated, call the dataset's InvalidateRowNum( ) method and the grid
> will automatically receive the proper notification.
>
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