Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LOCATE x GO TOP
Message
From
03/11/2005 02:25:33
 
 
To
02/11/2005 18:29:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01064195
Message ID:
01064846
Views:
44
>Hi Tore,
>
>Yes, I was using an index.
>In my loop I was perfoming
>
>GO TOP && or LOCATE
>GO BOTT
>
>Now I've found that GO BOTT is what really takes a big time, and causes the delay...
>Changing GO BOTT to SKIP +1 I have the expected results.
>
>And now...
>How can I perform a GO BOTTOM in the fastest way ?
>
>Maybe
>SET ORDER TO myIndex DESCENDING
>and then
>LOCATE ???
>
>Regards
>
>Cesar

Yes, that's right
SET ORDER TO myIndex DESCENDING
LOCATE
SET ORDER TO myIndex && If you really need the default ascending order.
Previous
Reply
Map
View

Click here to load this message in the networking platform