Run report on click of button of Form 6i [message #83503] |
Mon, 20 October 2003 06:48 |
Yogesh
Messages: 42 Registered: December 2001
|
Member |
|
|
I want to run a report which would take the parameters from a form which contains button on click of which the report shoud be generated and displayed on screen.
I tried as follows:
decalre
vrep report_object;
vdat varchar2(1000);
begin
vrep := find_report_object('d:lhasset.rep');
vdat := run_report_object(vrep);
end;
But i am getting the error "Invalid report id"
Could anyone help me please with the complete syntax.
Its urgent.
Thanx in advance.
|
|
|
|