Subject Re: [IBO] Changing State when I give NEXT
Author Lucas Franzen
João Henrique de Souza schrieb:
> Thanks Lester...
>
> Another Question:
> When I open the same IB_Query, it this changing automatically for state
> dssEdit.
> You can help me?

It looks like you're assigning a value to any field of the dataset in
any events.

For example if you do sth like:

myQry.FieldByName ( 'ANYFIELD' ).asString := 'NewValue'

in the AfterOpen event the qry has to go into the edit mode....

So, check the query events and your assignments.


Luc.