Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Forms in 10g

Status
Not open for further replies.

ironyx

Technical User
Nov 13, 2001
134
US
There is a procedure in the forms and reports conversion documentation to allow parameter forms from earlier versions to work with 10g. The procedure is written to be embedded in an Oracle form, does anyone know is I can do a stored procedure on the database or does it have to be passed from a form. There are certain functions in the procedure that seem to be particular to oracle forms like get_application_property. I am new to forms and reports (any version) but learning. I would appreciate anyone pointing me in the right direction.

Thanks,
Va. :)
 
You certainly can reference database procedures from a form. However, database procedures cannot contain forms specific functions like GO_ITEM or reference items such as :BLOCK_NAME.ITEM_NAME.

Beware of false knowledge; it is more dangerous than ignorance. ~George Bernard Shaw
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
Author and Sole Proprietor of: Emu Products Plus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top