跳到主内容

搜索

搜索

Compare First Serial Number printed against Last Serial Number printed

评论

2 条评论

  • 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

请先登录再写评论。