Hello All!
I have two tables on the form and I want to use record navigation toolbar to move through the first table only, despite which table is active at the moment.
So if the cursor is on the second table and user clicks "Next" it moves to the next record in the first table.
Is there a way to do that? I probably should intercept Action event, but what Action Id should I look for? Can I put code in the Action of the form, so that not to put it in each table?
Thank you.
I have two tables on the form and I want to use record navigation toolbar to move through the first table only, despite which table is active at the moment.
So if the cursor is on the second table and user clicks "Next" it moves to the next record in the first table.
Is there a way to do that? I probably should intercept Action event, but what Action Id should I look for? Can I put code in the Action of the form, so that not to put it in each table?
Thank you.