Hello,
i try to transfer a project from BDE to DOA
(CBuilder5 and DOA 3.4.5).
In BDE we used the following "code".
GetBookmark();
disableControls();
acive=false;
Call to stored procedure to update row
active=true;
EnableControls;
GotoBookmark;
FreeBookmark;
This worked for us.
When i replace the BDE components with DOA
i get an error at the point "GotoBookmark"
which says that there is no Bookmark established.
Any suggestions ???
My fear is that we used an error of the BDE which did not invalidate the bookmarks when the Query is closed.
How can i position the the cursor in the grid to the correct position after an call to a stored proc and update the fields in the query.
Thanks for every suggfestions in advance
Lars
i try to transfer a project from BDE to DOA
(CBuilder5 and DOA 3.4.5).
In BDE we used the following "code".
GetBookmark();
disableControls();
acive=false;
Call to stored procedure to update row
active=true;
EnableControls;
GotoBookmark;
FreeBookmark;
This worked for us.
When i replace the BDE components with DOA
i get an error at the point "GotoBookmark"
which says that there is no Bookmark established.
Any suggestions ???
My fear is that we used an error of the BDE which did not invalidate the bookmarks when the Query is closed.
How can i position the the cursor in the grid to the correct position after an call to a stored proc and update the fields in the query.
Thanks for every suggfestions in advance
Lars