Object Table
I have a parameter form created in Oracle Forms 10g that passes
parameters to an Oracle 10g Report. One of the parameters being passed
is the primary key (PKID) to the table that is being used in the report query
that returns the data to populate the report. The second parameter
being passed to the report is the quantity of the items that is
represented by the primary key.
When the report receives the parameters a query is ran to get the columns from a physical database table to populate the details of the item using parameter1 (the primary key).
When the report receives the parameters a query is ran to get the columns from a physical database table to populate the details of the item using parameter1 (the primary key).
0