Passing Parameter from One page to another
490823Jan 26 2009 — edited Jan 27 2009Hi I am new to APEX,
all I want to do is, create a form based on EMP table, which has an LOV for empno.
when user selects any empno, on hitting a button 'Submit'
it calls a report with the follwing sql:
select * from emp
where empno = the empno user selected on that form.
I have made a form page and a report page and defined all.
How do i Pass the Parameter empno from the form to the report?
thanks !