Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BOF() Identifier
Message
From
02/10/2004 18:51:44
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00948259
Message ID:
00948267
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform