Navigate to pressed button in multirecord block
557520Mar 8 2007 — edited Mar 14 2007Hi,
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.