Skip to main content

Search

Search

Compare First Serial Number printed against Last Serial Number printed

Comments

2 comments

  • Avatar
    Peter Thane

    And do what with it? Display it on a label?

    Not sure what you mean by compare the two serial numbers

    0
  • Avatar
    Jayson Coones

    I need to do a check to make sure that the serial number on a label is being decremented and not incremented. By comparing the starting serial number in a batch and the ending serial I can see which way its going. For example:

    If firstserial < lastserial Then

    Call Format.CancelPrinting(("The serialize property on the format needs to be set to decrement.")

    End If

     

    0

Please sign in to leave a comment.