Oldfogey Posted February 11, 2005 Share Posted February 11, 2005 I have a script that prints up to 12 reports. My client has two printers and uses one of them about 90% of the time but they need to use the second printer occasionally. I want to use the script step 'Print' on the first report and then use 'Print [no dialog]' for the rest of the reports. I've tried - If Switch off Print set switch on else Print [no dialog] end if The second Print holds the choice made at the save script step no matter what I change in the first 'Print' step. Any suggestions? (And, yes, I have done a search but cannot find any relevant post.) Link to comment Share on other sites More sharing options...
-Queue- Posted February 11, 2005 Share Posted February 11, 2005 Only one Print Setup/Print's settings are saved per script. (This is also true for the Import Records, Export Records, Sort, Enter Find Mode [Restore], and Perform Find [Restore] script steps.) So you would do better to call separate print scripts from your main script. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6612 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