Saltar al contenido principal

How to Clear the Value of a Combobox

Respondida

Comentarios

2 comentarios

  • Comentario oficial
    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]);

     

Iniciar sesión para dejar un comentario.