Subject Re: [IBO] Re: Can not edit current row
Author Lucas Franzen
Geno schrieb:

> > One of the reasons for this might be that you omitted to set
> RequestLive
> > of the Query to TRUE ....
>
> Not only could it be one of the reasons, it was most certainly the
> reason. Thanks much. Question ? Where did you read about this
> property. I downloaded and read the documentation but don't recall
> reading about this anywhere. Did I overlook it or is there
> documentation I don't have? Thanks again !!!

You're welcome.

This property was already there with TQueries, long before IBO ...


If you add "FOR UPDATE" or "FOR INSERT" to the SQL it will be set to
TRUE automatically.

Regards
Luc.