Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System time slowing down problem
Message
From
30/10/2001 14:54:56
 
 
To
29/10/2001 20:24:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00572428
Message ID:
00575269
Views:
33
Hi Virusim;

On VFP we have a tool more usefull for you instead of a DO WHILE

Do while will take so many of your processor's resources

After added the TIMER OBJECT to your app. It will be something like:
procedure myobj.timer
   if file found
       *unzip the file
       *process the file to main database files
   else
       *display that the application is idle
   endif
   if  exit
       *  break out of loop and end program
   endif
   doevent   &&<------ I am not shure what are you trying to do here
endproc
Ps: dont forget to set the proper interval to the TIMER OBJECT

CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform