Home » Developer & Programmer » Forms » Run report on click of button of Form 6i
Run report on click of button of Form 6i [message #83503] Mon, 20 October 2003 06:48 Go to next message
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.
Re: Run report on click of button of Form 6i [message #83505 is a reply to message #83503] Mon, 20 October 2003 09:26 Go to previous message
magnetic
Messages: 324
Registered: January 2003
Senior Member
search on this site for RUN_PRODUCT examples to run a report from a form
Previous Topic: Online Help in Forms 6i
Next Topic: version control
Goto Forum:
  


Current Time: Thu Apr 25 12:44:43 CDT 2024