Skip to main content

How to Clear the Value of a Combobox

Answered

Comments

2 comments

  • Official comment
    Yaremi Miranda Lopez

    Hello Diogo,

    It depends on the Combobox, in this example the Combobox empty has the value 0, I used a set command sending this value and it works for me.

  • Patrice Vigier

    My solution to clear it, is (for a combo-box named $[$BOYX_51.0.0])

    Hide($[$BOYX_51.0.0]);
    Blank($[$BOYX_51.0.0]);
    Show($[$BOYX_51.0.0]);

     

Please sign in to leave a comment.