Serialization
Hi Guys, Can I serialize starting with the next number, i.e.
Employee Enters "SA-425", to serialize. BUT bartender needs to start serializing with SA-426
Is this possible?
thanks
-
You could add a VB field on that adds one to the entered value and then serialises from that.
Note: I made the entry field a Named field and called it startno so I could reference it in the VB more easily. If it is not needed to be shown the startno field does not need to be on the printable area but can be dragged off to the side of the design
0 -
HI Peter, thank you so Much!, I entered the script but obviously received error because I don't know where to enter Named Field. Can you please advise? THANK YOU IN ADVANCE for all your help!
0 -
HI Peter, so I added the extra data source "StartNo", but getting mismatch error, since I am using alpha-numeric. Is there anyway to VB the error to show its an alpha numeric as opposed to number. When I change the datasource type to Number it works, but obviously I need it to be alpha-numeric. Thanks
0 -
Does the SA serialise or just the numeric part? If not make them two separate substrings splitting the SA- from the numeric part
0 -
Thanks Peter, Perfect, will make two separate fields, thanks again
0 -
You could either do this as a separate substring or if the SA- is fixed just set it as a Prefix. I have done both in the image below
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
6 Kommentare