Subject RE: [IBO] CachedUpdates and Refresh
Author Svein Erling Tysvær
Emerson wrote:

>query.Edit;
>query.FieldByName('status').value := 1;
>qryDETALHE.Post;
>qryDETALHE.Refresh;

You are aware that you modify 'query', but post 'qryDETALHE'? I assume this is not the reason, just wanted to be certain.

Set