Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record number in an oredred table
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00763215
Message ID:
00763221
Views:
21
>Thank you Sergey

If table isn't to big, you can use following select to get such info.
SELECT keyfield ;
  FROM mytable ;
  ORDER BY tableorder ;
  INTO CURSOR crsOrder NOFILTER
RECNO() in cursor will represent logical record number and keyfield will alow to link back to the table or from the table to cursor.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform