Aller au contenu principal

Recherche

Recherche

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

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.