I can't run a report file .rdf from Forms.
I added a report to Forms Object Navigator under Reports. My trigger code is:
declare
repid REPORT_OBJECT;
report VARCHAR2(100);
begin
repid := FIND_REPORT_OBJECT('REPORT1');
report:= RUN_REPORT_OBJECT(repid);
end;
The error message is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.