Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Set mouse cursor position after commit

twinklin_girlMay 2 2013 — edited May 6 2013
Hello , I have a multi record form . After save , my cursor position moves to the first record ,doesn't stay at the position of the record where save has been done ..

I use the following code in my key-commit trigger
GO_BLOCK('blockname');
SYNCHRONIZE;
CLEAR_FORM(NO_VALIDATE);
EXECUTE_QUERY;


I need to use this as after each save the record is sent to a history table and have to refresh data on each block ..

Any help please ? Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2013
Added on May 2 2013
7 comments
1,693 views