|
Re: Running the oracle reports or forms from stored program units [message #88686 is a reply to message #88355] |
Mon, 27 January 2003 04:31 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Venky
Messages: 52 Registered: October 2001
|
Member |
|
|
You can run the form using stored procedure. But report I think it is not possible. To get the complete details about it, refer demo files available in both 5.0 and 6i forms version. I think the form file name is storproc.fmb. First you need to create package in the back end with individual stored procedures for your tasks like query,delete,update,insert etc. For query you need to have a procedure with REF cursor. For all the other DML operations, table of records is required. However the sample file covers all the details. Also refer help file available in Forms.
|
|
|
|