Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing Parameters via a button to a form

user1647153Jun 6 2011 — edited Jun 7 2011
I have a form on a page based on a simple table with with the following fields
Code, Name and Address

I would like to put a button on this form which will then open a separate page which contains a form based on a different table which has the following fields
Code, Notes

When I click on the button I would like it to open the second form in edit mode if a record already exists.

So I need to pass the value of the code field in form 1 to query in the record in form 2.

I am very new to Apex and not sure how to do help much appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2011
Added on Jun 6 2011
6 comments
558 views