Skip to Main Content

Oracle Forms

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 multiple records between forms

ZAOct 1 2010 — edited Oct 1 2010
Oracle Forms 6i, Oracle9i

I have a form which has a block in tabular format. Each record has a SELECT checkbox which allows user to select the record for performing actions on it.
User can select as many as ALL and then call another form and carry the selected record data of the CALLING FORM to the CALLED FORM. I do not have any column in the backend table to see if it is SELECTED or not.

I have created a temporary table to hold the SELECTED values from CALLING FORM and then read them on the CALLED FORM.

Is there any other way around to pass multiple record values between forms?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2010
Added on Oct 1 2010
2 comments
596 views