Aller au contenu principal

Recherche

Recherche

control many text objects with dropdown list control

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.