Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recno() Order
Message
De
16/11/2000 11:22:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00442673
Message ID:
00442687
Vues:
9
>As I scan through a file I was thinking of showing a wait window that shows recno() of reccount(). I understand that this won't do me much good, unless I can scan the file in recno() order. Is there a way to do this?
>
>Thanks,
>Paul

Sure, don't set any indexes :)

However, RECCOUNT() may not be accurate, either, due to deleted records.
Your best bet may be to SELECT the records you will be processing into a cursor, in the order you want to process them, then you can use RECNO() and RECCOUNT()
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform