メインコンテンツへスキップ

検索

検索

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

サインインしてコメントを残してください。