PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB-21 Select Combo box in popup
WB-21 Select Combo box in popup
Iniciado por guest, 14,ago. 2016 14:44 - 1 respuesta
Publicado el 14,agosto 2016 - 14:44
Hi All,

Am loading a popup with ajax method. While i need to select a value in combo box, I have the product id which mentioned in glink , How can i do this.

Am using AWP page



Thank you

Shijo S Philip
Publicado el 15,agosto 2016 - 23:30
Hi,

To prevent the popup from disappearing because the page is submitted to the server you need to enable the Ajax mode for the "whenever modified" code of the combo.After that you can use ..StoredValue to retrieve the ID.

Regards,
Piet