Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count number
Message
From
23/02/2000 00:56:55
 
 
To
23/02/2000 00:28:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00335161
Message ID:
00335828
Views:
19
Yes, but you don't select the recno() (ie recno() is not selected as a new column). This is why I said you need to
select again in order to get it as a column (this was the goal, right?)

Vlad

>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