Skip to main content

Search

Search

control many text objects with dropdown list control

Comments

1 comment

  • 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

Please sign in to leave a comment.