Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count number
Message
From
23/02/2000 00:28:04
 
 
To
23/02/2000 00:24:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00335161
Message ID:
00335814
Views:
13
>Ok, but did you try it? < bg > You may be surprised...

Yeah. It works like I expexted it too. I ran this:

select * from data\users order by name into cursor temp1
?recno()
skip
?recno()
skip
?recno()
skip
?recno()
skip
?recno()
skip
?recno()


Notice the Order By, so the cursors record numbers are not int he same as the users record order.

I got:

1
2
3
4
5
6


I'm not surprised, what do you guys do that I don't?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform