PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → combo box
combo box
Iniciado por Cliff GROULX, ago., 10 2017 2:20 AM - 3 respostas
Membro registado
1 mensagem
Publicado em agosto, 10 2017 - 2:20 AM
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 em agosto, 27 2017 - 10:47 PM
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.
Membro registado
58 mensagems
Publicado em outubro, 04 2017 - 1:19 PM
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 em outubro, 04 2017 - 3:00 PM
I found, through paid support, that in the "Description of Page" the generation option of AWP must not be checked.