can someone tell me a simple way to search/scroll in a listbox/combobox by typing the first characters of an item that is part of the listbox?
kind regards
jds
can someone tell me a simple way to search/scroll in a listbox/combobox by typing the first characters of an item that is part of the listbox?
kind regards
jds
Dear JDS,
you can enable the incremental search..
oClass:lIncSearch := .T.
hope it works for you.