PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → dropdown list
dropdown list
Iniciado por charles candy, 24,mar. 2005 15:33 - 2 respuestas
Publicado el 24,marzo 2005 - 15:33
how do i filter content of dropdown list?
i try hfilter but don't work and i don't want manualy add item
any idea?
thks.
Publicado el 24,marzo 2005 - 23:55
Use a query or view.
There are some good examples of how to use hfilter in the help file, they are most useful
Gill
how do i filter content of dropdown list?
i try hfilter but don't work and i don't want manualy add item
any idea?
thks.
Publicado el 04,abril 2005 - 18:17
You can use filter. But, you have to use filter only on sort field. It
works like "begin with" and it works good for me. In content section of
combo box select Search item, this is field on what filter will be set, and
in field "Add records whose search key starts with" just enter contents what
displayed rows must have ( without quotes if it is string ). You can also do
this by ComboBox1..Filter="somefilter".

Franjo

"charles candy" <charlescandy@msn.com> wrote in message
news:4242bb49$1@news.pcsoft.fr...

how do i filter content of dropdown list?
i try hfilter but don't work and i don't want manualy add item
any idea?
thks.