Subject | Re: [IBO] Search on a query |
---|---|
Author | Lester Caine |
Post date | 2003-02-21T10:33:23Z |
IB_Query -> RefreshAction -> raKeepDataPos
Then just call refresh after adding the record and everthing
should be OK. Why run the query again?
Alternatively just save a bookmark in the AfterInsert event,
and use that after the rest of your processing to get back
to the record you want.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Then just call refresh after adding the record and everthing
should be OK. Why run the query again?
Alternatively just save a bookmark in the AfterInsert event,
and use that after the rest of your processing to get back
to the record you want.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services