How do I pass arguments between pages [message #533837] |
Thu, 01 December 2011 08:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
bharathwaj
Messages: 9 Registered: March 2008 Location: Chennai
|
Junior Member |
|
|
Hello Experts,
I created an application using apex. I've two tables
table1 = project details
table2 = Funding details
PK FK = project number
I created two pages where page 1 contains project details, page2 contains funding details. Now what am trying is, When i click on project number on page1 it will navigate to page2 and show the funding details with respect to project number which I clicked.
But, some where my logic is not working, when i click on project number it is navigation to page2 and showing the whole data. (fund details of all projects)
Can any one help me??
Thanks,
B
|
|
|
Re: How do I pass arguments between pages [message #533854 is a reply to message #533837] |
Thu, 01 December 2011 08:56 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
BBMamun
Messages: 94 Registered: February 2010 Location: Dhaka, Bangladesh
|
Member |
|
|
Hi, is your DML Page on table2 = Funding details built using wizard? if so then it should contain an ARF process at page rendering part. The beauty of ARF process is, it populates all the items of the page with corresponding database column value if you can populate the PK Item with PK Column value at page rendering.
How to do it?
In your funding detail report make a link and specify your required DML page (Say page 4), specify set item (say P4_DEPTNO), and with value (say #DEPTNO#). It should work fine.
Regards
Hasan Al Mamun
[Updated on: Thu, 01 December 2011 08:58] Report message to a moderator
|
|
|
|