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!

Call report from a form button

3412809May 2 2017 — edited May 3 2017

Hey Experts,

I am using Developer 6i with oracle 10g xe database.

I have a button on a form which perform some operations and at the end call a report. Before 10g while i was using 9i I had the following command in that button which call that report

RUN_PRODUCT(REPORTS,V_PATH||'MyReportName',SYNCHRONOUS,RUNTIME,FILESYSTEM,PL_ID);

It worked fine when I had oracle 9i database with 6i developer. But now as I have oracle 10g database with 6i developer it is not calling the report.

I am new to oracle so I dont know what to do. Can anybody please tell what would be the appropriate code to call this report? Thanks

This post has been answered by Michael Ferrante-Oracle on May 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2017
Added on May 2 2017
2 comments
581 views