PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Combo - Initial Display
Combo - Initial Display
Iniciado por derek.theobald, 19,jun. 2003 03:30 - 1 respuesta
Publicado el 19,junio 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
Publicado el 19,junio 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