Home » Developer & Programmer » Reports & Discoverer » DISABLE PRINT IN REPORT VIEWER (Oracle, 8.1.7,0.0 / Server Manager 3.1.7.0.0 / Windows Server 2003)
DISABLE PRINT IN REPORT VIEWER [message #438896] Tue, 12 January 2010 22:04 Go to next message
kumarvk
Messages: 214
Registered: July 2004
Senior Member
Hi Experts,

I tried to include this pl/sql in the program units beforereport but it shows me errors while I compile.

Can anyone help me?

I even tried to include in the Report Triggers but cannot also.

Please kindly help
DECLARE
pl_id ParamList; 
BEGIN 

pl_id := Create_Parameter_List('tmpdata');

Add_Parameter(pl_id,'DISABLEPRINT',TEXT_PARAMETER,'YES');

Run_Product(REPORTS, 'rpt_name', ASYNCHRONOUS, RUNTIME, 
FILESYSTEM, pl_id, NULL); 
END;


Re: DISABLE PRINT IN REPORT VIEWER [message #439834 is a reply to message #438896] Tue, 19 January 2010 10:50 Go to previous message
shanmugarajanbu
Messages: 18
Registered: August 2009
Location: chennaI
Junior Member

hi,

you are unable to use disable print option from report. It will work only command line argument.

your able to use disable print option using your code in forms.


regs
shan
Previous Topic: Report Server error
Next Topic: Calling reports form forms10G
Goto Forum:
  


Current Time: Tue Apr 23 22:48:55 CDT 2024