Skip to main content

Search

Search

Printing More Than One Copy Of A Label

Comments

4 comments

  • Avatar
    Ian Cummings
    Moderator

    The number of identical copies can be set as a property of the document before printing.  You could try opening the label in BarTender manually, change the print setting, save the label and try again via you app , printing based on the default value stored in the document.

    0
  • Avatar
    Legacy Poster

    Hi,

     

    The Duplicates value is being sent from the third party app and can vary for each job. So I can't hard code it in the template.

     

    Royce

    1
  • Avatar
    William Low

    yes,

     

    I am having the same issue. can we not set barcode print qty per job via a substring ?

     

    IE 
    btFormat.SubStrings["barcodeQty"].Value = barcodeQty.ToString();

    0
  • Avatar
    Ian Cummings
    Moderator

    You need to set the value from a script within the data source itself.  You will not be able to set the value from an external script as you can only get from such an external expression.

    Therefore, from a script in the data source you wish to set itself, you'd write something like either of the two expressions:

    value = "8765432"

    or

    value = Format.NamedSubStrings("ExampleNumber").Value

    0

Please sign in to leave a comment.