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!

Navigate to pressed button in multirecord block

557520Mar 8 2007 — edited Mar 14 2007
Hi,
I'm using Forms 6i (6.0.8.27.0), Client / Server.

I have a multi-record block with a button ("+") in the block for duplicating the record and increasing the date.
So each row has a "+" button.
When I press the "+" eg. on the 3rd row I want to navigate to this row and to execute the code in when-button-pressed trigger.
So I wrote in the when-button-pressed trigger

"GO_RECORD(:system.mouse_record);
duplicate_record;
...
"
Unfortunately :system.mouse_record is set to 1, also :system.cursor_record and :system.trigger_record.

The "Mouse Navigate" property of the button is set to "yes".
I have used the search function but didn't found a solution.

Thanks in advance,
Marco.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2007
Added on Mar 8 2007
16 comments
3,524 views