跳至主內容

搜尋

搜尋

control many text objects with dropdown list control

評論

1 條評論

  • 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

登入寫評論。