Subject | Re: [IBO] state |
---|---|
Author | Gediminas |
Post date | 2003-08-13T18:30:14Z |
Not working - got exception, that can't edit current record. Although
TIB_Datasource has autoedit & autoinsert set to true, but I need to
set edit/insert state manually
Now in TIB_Edit is displayed first entry and I can't edit it until set
insert/edit state manually :-/
Commit isn't TIB_Query member, so how to call manual commit (if
autocommit is set to false)?
--- Norman Dunbar <norman.dunbar@l...> wrote:
TIB_Datasource has autoedit & autoinsert set to true, but I need to
set edit/insert state manually
Now in TIB_Edit is displayed first entry and I can't edit it until set
insert/edit state manually :-/
Commit isn't TIB_Query member, so how to call manual commit (if
autocommit is set to false)?
--- Norman Dunbar <norman.dunbar@l...> wrote:
> Try :
> IB_Query->Insert or
> IB_Query->Edit