跳到主内容

搜索

搜索

Bt V9.2 // Barcode Print Visibility Based On Database Value

评论

2 条评论

  • Avatar
    Legacy Poster

    Scripts that deal with layout objects have to be in the "Document Properties" section. I have 10.1 so I'm not sure whether it's the same in 9.2 but for me, it's File > BarTender Document Options > VB Scripting.

    0
  • Avatar
    Legacy Poster

    The solution ended up being as follows:

     

    if Field("LabelName.FieldName") = "100" then

      value = ""

    else

      value = "DATA"

    end if

    0

请先登录再写评论。