Zum Hauptinhalt gehen

Suche

Suche

control many text objects with dropdown list control

Kommentare

1 Kommentar

  • Avatar
    Peter Thane

    For Text items 1 to 3 make them Event Controlled VB Script items set to OnPostPrompt, so that the script will run after the value from the dropdown for Text field 4 has been selected.

    For each one the script required is

    If Format.Objects("Text 4").Value = "2" Then
    Value = "X"
    Else Value = Value
    End if

    Pete

     

    0

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