跳到主内容

搜索

搜索

How to pass data between labels?

评论

2 条评论

  • Avatar
    Tim van Katwijk

    Bump?
    I have the same problem with batch maker.

    Would it be possible to share global variables within batch maker?

    Maybe even a seperate data form for batchmaker to fill in variables which are then sent to the different templates used in the batch.

    0
  • Avatar
    Jasper Wen
    版主

    Currently, using global data fields would be the way to use data between different BarTender documents (.btw files).

    However, in the scenario with using global data fields and serialization together mentions in Chris's initial post, it will serialize after printing each BarTender document in the batch. For example, if you wanted to print two BarTender documents in a batch that both use a single global data field to serialize a value, it will serialize the global data field value in the first document and just continue serializing that same value from where it left off in the previous document printed in the batch. Therefore, instead you probably just want to use a normal embedded data type with serialization instead for each BarTender document and use Batch Maker to print them as a batch.

    The main benefit of using Batch Maker and global data fields really is using a single data entry form to populate data on more than one BarTender document to print, which seems to be what Tim in the previous post is kind of looking for. You essentially would have the initial BarTender document in the batch setup with a data entry form and controls linked to a global data field. Then, subsequent documents in the batch would use that same global data field and data that was enter from the data entry control.

    0

请先登录再写评论。