Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fuzzy Search Ability
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00455577
Message ID:
00455836
Views:
34
>>>The program I used to use displays many records in a grid format...ie I could type in a Mfg Name and get a list of all equipment by that Mfg.
>>
>>OIC. The fuzzy search is based on the finding the first record that either evaluates as matching the value input or finding the first record that evaluates as being greater than. In this case, an SQL statement, with the proper indexes, is probably going to be not only the most efficient, but the easiest to maintain as well.
>
>
>I don't know if my suggestion is feasible, but I'll offer it for thought anyway. The responses will educate me as well.
>
>If your problem is the speed with which the grid's source is refreshed every time you requery.........
>
>would it be possible to use the entire cursor/table as a source and merely reposition the record pointer when the search criteria changes??? Granted, the user would be able to scroll records before/after your "selected" records, but that might not necessarily be a bad thing.
>
>.........Rich

Well, repositioning the record point will cause the grid to update, however, the record will probably show up somewhere in the middle. So you'd have to use the DoScroll() method to bring it to the top of the grid.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform