Bartender print the serial number

Source: Internet
Author: User

I. barbench
Procedure
1. Create a new barcode
2. Double-click the bar code -- modify the selected bar code object -- bar code ---
Symbol System (select the code system. Select code128 here)
3. Select data source-screen data-input data
1234567890000
4. Select more options-sequence settings-"sequence" increment"
5. The same number of tags here. 2. Number of tags in the sequence. 3.
The output is as follows:
1234567890000
1234567890000
1234567890001
1234567890001
1234567890002
1234567890002
The specific application can be set according to the actual situation
---------------------------------------------------------------------

C # Set the serial number

// Number of copies of the same tag
// That is, how many copies of a label are printed
// The default value is 1.
// Modify this parameter when one tag needs to be printed multiple times.
// For example, You need to print a tag with no serial number.
// Print the tags of 20 items.
// The numbers of the 20 tags are the same.
Btformat. printsetup. identicalcopiesoflabel = 1;

// Number of sequential tags
// When the number is greater than 1, additional tags are added.
// For example, the following zb1000 12345678
// When the number of serial tags is 4. (It seems that the default value is 4)
// Printed
// Zb1000 12345678
// Zb1000 12345679
// Zb1000 12345680
// Zb1000 12345681
// Four tags.
Btformat. printsetup. numberserializedlabels = 4;

Http://blog.tianya.cn/blogger/post_show.asp? Blogid = 1875750 & postid = 22748884

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.