fileman922 Posted November 14, 2018 Posted November 14, 2018 Hello, I have a database that use different printers - DYMO FOR SHIPPING LABELS - BROTHER LASER FOR LETTER SIZE - IMPACT PRINTER TO PRINT AN SPECIAL FORM. each printer has a script with PRINT SETUP WITH NO DIALOG, ( I choose the printer and the paper size) and PRINT ( I choose the printer again) the problem is when I print with DYMO printer and then print with the BROTHER printer, the BROTHER prints with the DYMO paper size or vice verse, so I have to setup the PRINT SETUP step with dialog to choose the printer and paper size again, every time I send to a new printer I have to configure the printer and paper size. my question is, there is any script with NO DIALOGS to setup each printer and just press the button and print with no questions? this is the script for the DYMO: this is for the BROTHER: when I press the print button for the brother I got this: please let me know if there is any solution for this thank you
Steve Martino Posted November 15, 2018 Posted November 15, 2018 Does changing the Print Setup script step to ... Print Setup [Restore ; With Dialog: Off] solve your problem? I see 'Off' in the first script and 'On' in the second. If the Print Setup in the Dymo script references the Dymo printer, and the Print Setup in the Brother references the Brother printer, you shouldn't have this problem. However, you should have a sub script for each type of printing, portrait, landscape, paper sizes, etc. Then you could branch from a main print script with show custom dialog, or a card window. With centralized sub-scripts called from a print script getting a new printer means a lot less scripts to find and change. I usually leave Print Setup, dialog 'Off' in my scripts, because they usually don't change after initial set up, then leave dialog 'On' in Print step.
fileman922 Posted November 15, 2018 Author Posted November 15, 2018 Steve thanks for your reply I put the Print Setup [Restore ; With Dialog: On] because even I setup the printer and the paper and then choose off the setup changes, so I turn it on to always select the printer and the paper. can you explain me more about a subscript for each type of printing? thanks
Recommended Posts
This topic is 2200 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now