Home » Developer & Programmer » Reports & Discoverer » how to disable the print button in previewer (Reports 6i, windows xp)
how to disable the print button in previewer [message #405786] Fri, 29 May 2009 07:42 Go to next message
shajat
Messages: 25
Registered: October 2008
Location: INDIA
Junior Member
I want to avoid the output from printing. Just I want to see the output on the screen, it should not possible to print on the paper.

Pl help me , how to do this....
Thankyou........
Re: how to disable the print button in previewer [message #407417 is a reply to message #405786] Wed, 10 June 2009 02:39 Go to previous messageGo to next message
ADNANTARIQ_85
Messages: 18
Registered: June 2009
Location: Faisalabad
Junior Member

OK



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;


i Hope you understand


M. Adnan Tariq
JK Group of companies (Faisalabad Pakistan)


Re: how to disable the print button in previewer [message #407919 is a reply to message #405786] Fri, 12 June 2009 06:22 Go to previous message
shajat
Messages: 25
Registered: October 2008
Location: INDIA
Junior Member
Yes, I got it.

Thankyou very much.....
Previous Topic: Reports 6i --data being printed from middle of the page from page 2 (merged 3)
Next Topic: a table may be outer joined to at most one other table
Goto Forum:
  


Current Time: Sat Apr 20 09:07:15 CDT 2024