I am using Oracle 9i DS on XP with Oracle 9i DB on Unix.
I have a form and am trying to run a report from the form. This is what I have coded:
repid = FIND_REPORT_OBJECT(‘repname’);
v_rep = RUN_REPORT_OBJECT(repid);
However when I try to get the reportid with FIND_REPORT_OBJECT(‘repname’), a value of null is returned. ‘repname’ is the name value of the report in the property inspector.
What am I missing and how do I accomplish this task?
Thanks
Mayura Mangale