跳到主内容

搜索

搜索

Amount That Is Printed Display On Label

评论

2 条评论

  • Avatar
    Ian Cummings
    版主

    Create a text object that has a data source of an event based VB script.  For the OnNewRecord event enter in the below expression:

     

    value = Format.IdenticalCopiesOfLabel 

     

    In the Print dialog open up the properties for the print quantity and tick the, "Allow record selection dialog to override copies" checkbox.

    0
  • Avatar
    Legacy Poster

    Thanks Ian, that solution will work out for me just fine.

    0

请先登录再写评论。