Click to See Complete Forum and Search --> : Print window in report 6i


pras
03-27-2003, 11:59 AM
Hi everybody,

I created one report.In it's parameter form i have two parameters one is destype and the other is the desname whose source are the system parameters destype and desname.the report runs correctly with parameters destype as File and desname as 'f:\test.txt'.My problem is after running the report it shows me the Print window with the printer configuration and Print to file option.Can i suppress this window.I want my report to generate the file directly without showing me the print window.

Thanks in advance
pras

pras
03-28-2003, 04:49 AM
I got the solution ...

System parameter PRINTJOB specifies whether the Print Job dialog box should be displayed before running a report.

Syntax
[PRINTJOB=]{YES|NO}
Values
YES or NO

Default
YES

....
pras