PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Combobox in table cell
Combobox in table cell
Débuté par John Marrone, 09 juin 2005 15:14 - 1 réponse
Posté le 09 juin 2005 - 15:14
Hi All
Is it posiable to have a combobox for a column in a table. I have a table with 7 columns and I want 5 of them to be comboboxs. Can someone tell me how this is done or if WD can do this. WD hasn't let me down yet so I'm hoping for the best here. Thanks for any help.
John
Posté le 09 juin 2005 - 15:44
Hello John,
memory table or not?
Memory table:
set the table column to type "combo" and do a ListAdd(yourTable.ComboColumn, sArg)
File table:
You will get a column of int type if you set a column to type "combo" in the Analysis. If you want to have a text type combo box leave the column as text in the Analysis and do once a ListAdd.
HTH
Raimund
Hi All
Is it posiable to have a combobox for a column in a table. I have a table with 7 columns and I want 5 of them to be comboboxs. Can someone tell me how this is done or if WD can do this. WD hasn't let me down yet so I'm hoping for the best here. Thanks for any help.
John



http://www.invitec.com