Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RUN_REPORT_OBJECT

Status
Not open for further replies.

comanche3

Programmer
Oct 7, 2003
5
US
What is the correct syntax for RUN_REPORT_OBJECT.
I am transitioning to the web and need to change RUN_PRODUCT to RUN_REPORT_OBJECT..
Ex:
RUN_PRODUCT(REPORTS,'mnt_pdt',ASYNCHRONOUS,RUNTIME,FILESYSTEM,pl_id,null);

Can i pass all those parameters when using RUN_REPORT_OBJECT
What would be the correct syntax

Thx
 
First of all you should create report object in your form. Then, either set standard properties during design time (property palette) or runtime (SET_REPORT_OBJECT_PROPERTIES). You can not pass parameter list: you should list name-value pairs explicitly in REPORT_OTHER string.


Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top