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