How to pass a value in form
803454Oct 14 2010 — edited Oct 18 2010Hi
I have a report on which I have a button that leads to a form. In that form I'm inserting a row in a table with 3 columns.
Id column of that table is inserted by sequence, and the other value i select from a drop down list. Problem is the third value, which i want to pass from a report. Is there a way in APEX to pass a value in a form.
To explain it more detaily, my reports consists of users, and in each row there is a button to add a user in a role. that button leads to a form which i mentioned. What i want to do is pass the id and the name of user from which row i have pressed the button.