Zum Hauptinhalt gehen

Suche

Suche

print if condition

Kommentare

1 Kommentar

  • Avatar
    Peter Thane

    Hi Andrea,

    Make the field you want to suppress a VB Script > Event Controlled Script Field and click on the the On New Record option on the right hand side,

    In the box on the left type

    Value = 

    and then from the column on the right double click on the field name to use in you database to make this the default value of the field

    Next type in the following

    Value1=Len(Value)

    If Value1 < "3" then
    Value = ""
    Else Value = Value
    End if

    Value = Value

    Hopefully this should work correctly whenever a new record is selected to print from the database.

    Pete

    0

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