Zum Hauptinhalt gehen

Suche

Suche

Vb Script To Hide Or Disable Print For Certain Field

Kommentare

1 Kommentar

  • Avatar
    Ian Cummings
    Moderator

    Using VB script you can stop an object printing by settings it's data source to be nothing:

     

    If X = Y Then
      value = ""
    End If
    

    If you're running v10.1 then you can set the conditions on when or if the object prints by adjusting the "Print when" properties of the object found in the top node of the object's properties.

    0

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