PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Multi-column combo box in Webdev, is this possible ?
Multi-column combo box in Webdev, is this possible ?
Débuté par Stef, 28 mai 2013 09:26 - 1 réponse
Membre enregistré
45 messages
Posté le 28 mai 2013 - 09:26
Hi all,

The subject says it all, is it at all possible to create combo boxes in Webdev that contain more than 1 column ?

Thx
Posté le 28 mai 2013 - 14:22
Hi Stef

not directly, but it's not hard to fake...
- an input field, a button
- when you click on the button you make a cell visible just under the
field, and in the cell, you have your table with as many columns as you
want (you can just make it visible or use celldisplaydialog)
- when selecting a table line, you set the value in the input button and
make the cell invisible

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

New web site (EXPERIMENTAL) http://www.fabriceharari.eu
(More information on http://www.fabriceharari.com)

On 5/28/2013 1:26 AM, Stef wrote:
Hi all,

The subject says it all, is it at all possible to create combo boxes in
Webdev that contain more than 1 column ?

Thx