4/12/2012 10:07:27 AM
Nancy Administrator Posts: 228
|
This scripting is entered on the PrintBoss Form.
|
|
|
0
• permalink
|
4/11/2012 2:37:22 PM
Norma Campbell Posts: 1
|
is this entered in the crystal report
|
|
|
0
• permalink
|
12/2/2011 10:00:32 AM
Brian Administrator Posts: 3
|
If a user wishes to have PrintBoss process more than one instance of any copies specified on a PrintBoss form, this can be accomplished with the following command:
#[C,0]SubCopyCount 4
In this example, PrintBoss will process four instances of the original copy. This can also be used with multiple copies and variables for the amount. So, as another example, if the user wishes for a variable number of instances of both copies 1 and 2 to be printed, and they've assigned the variable {Count} to be the number of copies, they could use this command:
#[C,12]SubCopyCount {Count}
|
|
|
0
• permalink
|