Jump to content

Multiple Prints


Oldfogey

This topic is 7008 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

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

This topic is 7008 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.