Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record number in an oredred table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00763215
Message ID:
00763221
Vues:
20
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform