Skip to main content

Search

Search

Print complete series of Labels of boxes

Comments

2 comments

  • Avatar
    Peter Thane

    This is what you could do

    • Add your X of Y field as normal as three separate substrings
    • Add an additional text field off to the side of the label (ie outside the printed area) and make this a Named field. I called min NoOfSets
    • Go into the Properties of X oy Y field and make the Y field another Named Data Source (I called mine ResetNumber

    • Next click on X part and set this to Increment and Reset when the value reaches the value of the ResetNumber

     

    • Next on the File > Print Screen click on the button next to the Serial Numbers box and adjust this to get the value from a Data Source. Click on the Data Source and make this a VB Script > Event Controlled Script set to be actioned OnPostPrompt
    • In the VB box to the right of this type in “Value = 1” then hit the Enter key and on a New line type “Value = ” and then from the column on the right click on the NoOfSets Named Data Source and then type “ * ” and  now select the ResetNumber named source and click Close and Ok and then test the label.

     

     

    You should now get something like this

     

    0
  • Avatar
    Peter Thane

    I should have added I had linked the two named fields to Data Entry fields to get the values

    0

Please sign in to leave a comment.