Zum Hauptinhalt gehen

Suche

Suche

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

Kommentare

2 Kommentare

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.