PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Combo - Initial Display
Combo - Initial Display
Débuté par DT, 19 juin 2003 03:30 - 1 réponse
Posté le 19 juin 2003 - 03:30
Hi
Using a Combo Box to filter the records displayed in a table (Display Only)
The initial table view is All records therefore I need to add an additional item to the list " "
I have tried populating the Combo by linking to the file and specifiying a 1st custom row as "< All >" and by programming using ListAdd with ListInsert for "< All >"
Both methods work fine with "< All >" is the first item on the list
What I cannot achieve is getting the Combo to display this value when the window opens
Regards
DT
Posté le 19 juin 2003 - 10:32
Hi DT,
have you tried a ListSelectPlus(COMBO,1) if the "< All >" line is the first line after filling the combo-box ?
Regards, Stefan.

Hi
Using a Combo Box to filter the records displayed in a table (Display Only)
The initial table view is All records therefore I need to add an additional item to the list " "
I have tried populating the Combo by linking to the file and specifiying a 1st custom row as "< All >" and by programming using ListAdd with ListInsert for "< All >"
Both methods work fine with "< All >" is the first item on the list
What I cannot achieve is getting the Combo to display this value when the window opens
Regards
DT