Subject Re: [IBO] Re: Can not edit current row
Author Lucas Franzen
Geno schrieb:
>
> --- In IBObjects@egroups.com, Art Metz <ametz@n...> wrote:
> > Geno,
> >
> > By any chance, does the table have an Update trigger?
> > Does the error message occur immediately after myQuery.Edit? after
> > myQuery.Post? elsewhere?
>
> There are no triggers. Error occurs as soon as I say qremployee.edit


One of the reasons for this might be that you omitted to set RequestLive
of the Query to TRUE ....

Luc.