PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → combo box
combo box
Iniciado por Cliff GROULX, 10,ago. 2017 02:20 - 3 respuestas
Miembro registrado
1 mensaje
Publicado el 10,agosto 2017 - 02:20
hi there,

I put in server code of (whenever modified) combo_address

sMyaddress is string = COMBO_address..DisplayedValue
Info(sMyaddress)

The combo box is populated but when selected sMyaddress is blank and the combo box looses all content. I find this strange as I have no problem with this in Windev.


Thanks

--
Cliff
Publicado el 27,agosto 2017 - 22:47
Hi,

This is what I have experiencedand it is very frustrating in WebDev

If you do not Link this comboBox to a File Item and fill the content pointing to a file is a No Go. Have no idea why.
Miembro registrado
58 mensajes
Publicado el 04,octubre 2017 - 13:19
Hi,

I put exactly the same code (in server code, whenever the combo is modified) :

texte est une chaîne = Combo1..ValeurAffichée
Info(texte)

and it works (in webdev 20) !

Wich version of Webdev do you use ?
My combo is not linked to any file or query, but populated by programming.
Publicado el 04,octubre 2017 - 15:00
I found, through paid support, that in the "Description of Page" the generation option of AWP must not be checked.