Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to *not* bog down windows?
Message
From
27/11/1997 20:21:17
 
 
To
26/11/1997 17:08:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00062460
Message ID:
00062637
Views:
36
>>Is there a command that enables a DO... WHILE loop to allow other windows processing
>>to continue?
>>
>>Every time I run a certain .prg the network comes to a screeching halt.
>>
>>Thanks in advance
>
>Larry,
> What exactly are you doing in this Loop?? Are you using a rushmore optimized expression in your operation?? Please, more info..
>
>Thanx!
>
>Tony Miller
>Vancouver, Wa

The data file is on the server, call it "MasterFile"

The loop does this...

USE G:\DATA\MASTERFILE
GO TOP
DO WHILE ! EOF()
IF SEX = 'F'
nFemale = nFemale + 1
ELSE
nMale = nMale + 1
ENDIF
SKIP
ENDDO

Not much to it, really

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform