problem with calling reports from Forms [message #223945] |
Mon, 12 March 2007 06:30 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
karthi_smarty04
Messages: 19 Registered: January 2007 Location: COIMBATORE
|
Junior Member |
|
|
hi
iam trying to call a oracle report from oracle from9i.iam not getting any errors but the report is not getting opened..please help me out..
the code i have written in a when-button-pressed trigger is as follows,
declare
r varchar2(100);
RID REPORT_OBJECT;
begin
RID:=FIND_REPORT_OBJECT('REPORT9');
r:=RUN_REPORT_OBJECT(RID);
end;
In the report9's(name of the report in the object navigator)property i have set the execution mode as runtime and communication mode as asynchronous.
|
|
|
|
|