Passing multiple records between forms
ZAOct 1 2010 — edited Oct 1 2010Oracle 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?