跳至主內容

搜尋

搜尋

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

登入寫評論。