Page 1 of 1
printer Dialog box
Posted: Tue Jun 19, 2007 1:02 pm
by jd-snipe
Hi, I am in the middle of creating a vb project which uses the Bullzip printer to create PDF back up’s of certain forms… I know how to change file that you copy the PDF to but is there anyway to turn off the printer dialog box????
Posted: Tue Jun 19, 2007 4:37 pm
by jr
Take a look at the following settings:
ShowSettings and ShowSaveAS
http://www.bullzip.com/products/pdf/doc/info.php
If you set both of them to Never then your problem should be solved.
Regards,
Jacob
How to use theses setting in the command dos window
Posted: Wed Jun 20, 2007 1:23 pm
by jd-snipe
Thanks for the help on this topic, but now when I try to use the CONFIG command to set these values in the command line I just get a dialog box stating what the CONFIG file does and how to use it…… Is this the incorrect way to use the CONFIG file??? and if so, would anyone have a solution as to how to set the ShowSaveAs and ShowSettings from the command line...?
Thanks
Posted: Wed Jun 20, 2007 10:26 pm
by jr
Try the following command line:
config /S ShowSettings never
This will write ShowSettings=never in the runonce.ini and have affect in the next print.
Regards,
Jacob
Posted: Thu Jun 21, 2007 5:29 pm
by jd-snipe
Thanks a million, it works great.... :D