Products | About Us

Control Globals

What are the arguments for the following:

RePrint PrintFilePath, "Sales LaserJet", "Invoice"

I understand the first, but not the last 2....

Scott M
8th May 2008

The last argument is the document name, it's the label you see if you open the printer from the printer folder in Windows.

Tony Edgecombe
9th May 2008

Is this the text we want to show, or the actual document name that has to match the original document name?

Scott M
12th May 2008

The original is stored in the DocumentName global so you could use this in the reprint statement if you want.

Whatever you put in there is used in the outgoing document, it doesn't have any effect on the final print, you can put anything in the field.

Tony Edgecombe
12th May 2008

Feed