Subject Re: [IBO] Editing not Allowed
Author Geoff Worboys
> My app has TiboDataBase, TiboQuery and tdbEdit hooked to a
> tDataSource.

> For some reason the data tables are not editable. The same
> exception is raised when I attempt to edit any table: "Cannot
> edit current row".

> Is there a setting that is causing this?

Lots of possibilities, the usual one is not setting the
Query.RequestLive property to true (or using FOR UPDATE in your
SQL turns it on).

If thats not it we may need more info.


--
Geoff Worboys
Telesis Computing