跳到主内容

搜索

搜索

How To Change Starting Number For Serialized Labels

评论

1 条评论

  • Avatar
    Ian Cummings
    版主

    It sounds like you'd be better off making use of the BarTender System Database to record all print jobs that get produced, and then if needed make use of the BarTenderPrintJob.Reprint(String, String, String, Boolean, ReprintRange) method found under the Seagull.BarTender.SystemDatabase namespace.  See the BarTender Help file for more information.  In this way you don't have to mess around with the actual document file itself changing any of its data.

     

    And by the way, to set a data source value on the label design you would first define a name for the data source in BarTender, and then from your code you'd use the SubStrings.SetSubString() method found under the Seagull.BarTender.Print namespace.

     

    *Note that a "sub-string" is the old name we used for what is now an individual data source.

    0

请先登录再写评论。