Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question about SEEK()
Message
 
To
16/03/2000 17:32:48
Marcelo Codino
Mystic & Faith - Sistemas -
Buenos Aires, Argentina
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00346748
Message ID:
00347003
Views:
65
>Hi all,
>
>Can I use Seek() function to search data into a view ?

As other's have mentioned you can create an index to do this. If the record set is small, LOCATE works, but if the record set is 1,000+ you can write a binary search that'll be about four times faster than locate. Not as fast as SEEK once the index is built, but without the associated file I/O.
George

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

Click here to load this message in the networking platform