|
Iniciado por derek.theobald, jun., 19 2003 3:30 AM - 1 resposta |
| |
| | | |
|
| |
Publicado em junho, 19 2003 - 3:30 AM |
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 em junho, 19 2003 - 10:32 AM |
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 |
| |
| |
| | | |
|
| | | | |
| | |
|