PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → combo box
combo box
Débuté par Cliff GROULX, 10 aoû. 2017 02:20 - 3 réponses
Membre enregistré
1 message
Posté le 10 août 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
Posté le 27 août 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.
Membre enregistré
58 messages
Posté le 04 octobre 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.
Posté le 04 octobre 2017 - 15:00
I found, through paid support, that in the "Description of Page" the generation option of AWP must not be checked.