| |
One of the
drawbacks of using BROWSEs & GRIDs for pick-lists is that there
are no built in mechanisms to provide incremental searching.
Of course there are ways of creating incremental searches with
FoxPro code, but with jKey the work is all done for you!
jKey is a routine written in C, which interfaces
to FoxPro through the SET LIBRARY TO command, and makes it very easy
to do incremental searches with BROWSEs and GRIDs. Essentially jKey
works behind the scene & watches all keystrokes, appending them
to previous keys, and SEEKing the result; updating the record
pointer and display accordingly.
jKey Downloads
|