Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LOCATING backwards
Message
From
24/10/2003 11:37:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00842157
Message ID:
00842182
Views:
24
Hi Timothy,

yes.
CREATE CURSOR t2 (f2 I )
RAND(3)
FOR K=1 TO 500
INSERT INTO t2 VALUES (100*RAND())
NEXT
SET FILTER TO f2=1 && this is like LOCATE FOR f2=1
GO BOTTOM
SKIP 0 && this do a reverse search
SET FILTER TO
BROWSE
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform