PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → combo box
combo box
Started by Cliff GROULX, Aug., 10 2017 2:20 AM - 3 replies
Registered member
1 message
Posted on August, 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
Posted on August, 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.
Registered member
58 messages
Posted on October, 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.
Posted on October, 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.