PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Filtering a ComboBox by two different measures
Filtering a ComboBox by two different measures
Débuté par Ben, 19 déc. 2016 03:52 - 1 réponse
Posté le 19 décembre 2016 - 03:52
Hi, I have a combo box for visitors to select themselves by name in. This needs to be filtered by two values in the visitor database table, the location and whether the visitor is currently in the building. Is there a way I can filter by both simultaneously?
Posté le 19 décembre 2016 - 13:30
Hi Ben

yes, several ways, in fact:
- a query
- a filter on a composite key
- code
- ...

Best regards

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

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 12/18/2016 à 9:52 PM, Ben a écrit :
Hi, I have a combo box for visitors to select themselves by name in.
This needs to be filtered by two values in the visitor database table,
the location and whether the visitor is currently in the building. Is
there a way I can filter by both simultaneously?