Jump to content

Change Printer


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

Recommended Posts

I hope next version of FM have the "Change Printer" function as in Productive Computings Plug-In.

Just copy the printers name to a field.

If you change printer you dont need to change within the scripts, just change the field.

In one register you have all your printers for different uses:

Printer 1: HP 4050

Printer 2: Dymo LBELWRITER

Printer 3: Canon MP800R

In the register you should print from you have following script steps:

PCCP_ChangePrinter( Printers::Printer 2 )

Print

PCCP_ChangePrinter( Printers::Printer 1 )

-Per

Edited by Guest
Link to comment
Share on other sites

Well, you can just have subscripts that you call, each devoted to a specific printer. Then, by changing the subscript, you change the selected printer in all calling scripts.

FM10 supposedly saves the printer in the Print script step.

Link to comment
Share on other sites

The clou with Chenge Printer is that you dont save the printer in the script.

If so, you have to change all your scripts if you buy a new printer.

With Productive Computings Plugin you just change the printers name in the printerfield in qa linked register.

Its no big deal change scripts if you only have a few but with large solutions then its a big job.

What Im looking for is something build in so I dont need to buy a Plugin.

-Per

Link to comment
Share on other sites

Per, I am saving the printer name in the script. But, just once. This subscript will be called by all other scripts that need to print. Changing the target printer happens in one place.

Link to comment
Share on other sites

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