Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BOF() Identifier
Message
De
02/10/2004 18:51:44
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00948259
Message ID:
00948267
Vues:
14
Sergy:

Try this:

set excape on

use Myfile in 0
select myfile

go bottom
j = 1
do while not bof()
skip -1
j = j + 1
enddo
jst = alltrim(str(j))
wait window "Records = &jst"

My experience with this in VFP 6.0 and 8.0, is a never ending loop that requires escape to stop.

Mike Smith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform