Skip to main content

Search

Search

Bartender V10.0 Conditional Printing

Comments

1 comment

  • 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

Please sign in to leave a comment.