Subject Re: [IBO] CachedUpdates and Refresh
Author Emerson - IBO - Firebird
Thanks for warning me.

This is the correct statement:

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

Emerson

Em 19/11/2010 07:21, Svein Erling Tysvær escreveu:
>
> 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
>
>
> ------------------------------------------------------------------------
>
> Nenhum vírus encontrado nessa mensagem.
> Verificado por AVG - www.avgbrasil.com.br <http://www.avgbrasil.com.br>
> Versão: 10.0.1153 / Banco de dados de vírus: 424/3266 - Data de
> Lançamento: 11/19/10
>



[Non-text portions of this message have been removed]