Subject | RE: [IBO] bookmark problem after insert |
---|---|
Author | IBO Support List |
Post date | 2015-07-31T17:19:21Z |
What I was trying to say is when you call GotoBookmark() with
a bookmark from an inserted or appended record then when GotoBookmark calls
CheckBrowseMode it will cancel that inserted or appended record if it hasn't yet
been modified. Therefore, the bookmark no longer points to a valid record and so
you get a bookmark not found error.
I would be happy to do a remote session with you where you
show me the actual problem and then we can try and work together for a more
appropriate solution.
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Friday, July 31, 2015 4:13 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] bookmark problem after insert
I need more times to understand all the thinks....
But, my test program is just a simple way, I found, to reproduce the
error.
In my normal case, I use INTRAWEB & TMS VISUAL COMPONENTS : A NAVIGATOR and a
GRID.
When I click on the
"+" on the DB-navigatoir to create a new record, the exception raises.... I
think it's a little bit normal if the record is empty, I don't have the time to
enter something, The bookmark is used in a GRID event to count the records if I
remenber.
Laurent.