Zum Hauptinhalt gehen

Suche

Suche

How To Change Starting Number For Serialized Labels

Kommentare

1 Kommentar

  • Avatar
    Ian Cummings
    Moderator

    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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.