I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
Then when you open your printer using the OPEN statement it should open the selected printer using the options that you selected.
An alternative is to print your file to disk first using a name and then use PC_PRINT_FILE to send it to the printer as PC_PRINT_FILE also allows you to use a print dialog.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
<add key="printer_defaults" value="2" /> or some other way?
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
PC_PRINT_FILE should still work for both though.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
I have my printer_redirection value = true in my app.config file under Tunables. Is there an option that I can set in this same place that will open up the windows printer dialog. Right now, my file is going straight to the printer without allowing me to change options such as printing landscape or whatever is available for my printer dialog.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.