跳到主内容

搜索

搜索

How To Make A Field Required For Printing

评论

2 条评论

  • Avatar
    Michael Toupin (mtoupin
    There's really not a way to achieve that, you could however write a VB script that says basically 'if value = "" than value = format.cancelprinting("Field left blank")', that would stop printing and give a message if the field was left blank.
    0
  • Avatar
    Terry Teter

    Highlight the field you want to set to required. The bounding box should be green. Right mouse button and choose Properties.  On the Transformations Tab you have two choices depending on your field Data Type.  Use Range Checking for Numbers, where the minimum value is "1" or more.  For Text use the Number of Characters from the same tab, set the Require Minimum value to at least one or more.

    0

请先登录再写评论。