Subject | Re: [IBO] Changing State when I give NEXT |
---|---|
Author | Lucas Franzen |
Post date | 2005-05-03T14:24:46Z |
João Henrique de Souza schrieb:
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.
> Thanks Lester...It looks like you're assigning a value to any field of the dataset in
>
> Another Question:
> When I open the same IB_Query, it this changing automatically for state
> dssEdit.
> You can help me?
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.