Compare First Serial Number printed against Last Serial Number printed
Is there a way to get the value of the first serial number in a batch and compare it against the last serial number printed in the batch. Would this be done at the document level or at the object level?
BT 2016 is being used.
0
-
And do what with it? Display it on a label?
Not sure what you mean by compare the two serial numbers
0 -
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.
Comments
2 comments