Zum Hauptinhalt gehen

Suche

Suche

Bartender V10.0 Conditional Printing

Kommentare

1 Kommentar

  • Avatar
    Legacy Poster

    The problem is solved!

     

    By adding a new Object with data source linked to the specific database field and the following easy VBscript:

    If Value = "IAF001" Then
       Value = "True"
    Else
       Value = ""
    End If

    

    I was able to use the "Print When Data Source Value Is True" and "Object Value: IAF001"

    0

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