Jump to content

Printing script problem


Corey-Troy

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

Recommended Posts

I have set up a script to print a layout.

Problem is i need to print one copy to a SHARP printer, then print two copies to a OKI printer.

I set up the print section of the script like this:

Code:

Print Setup[Restore;No Dialog] <= SHARP Printer

Print [Restore;No Dialog] <= 1 copy specified

Pause/Resume Script [Duration(Seconds)B).5]

Print Setup[Restore;No Dialog] <= OKI Printer

Print [Restore;No Dialog] <= 2 copys specified

The problem is is get all copies printing to the SHARP printer.

Each time i go in and set the printers to the appropriate printer, the other one changes to the same printer.

How do i set this up so it stays to the set printers?

Link to comment
Share on other sites

Cory,

I've read of this happening, even in FM10.

How about two subscripts: Print_Sharp and Print_OKI

The scripts will have only Print (Restore; No Dialog) steps.

Call them using Perform Script from your existing script.

Sounds odd, I know, and what you have should work, but I've heard that not having two Print (Restores) in the same script helped.

Link to comment
Share on other sites

This topic is 5262 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.