Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
System time slowing down problem
Message
De
30/10/2001 14:54:56
 
 
À
29/10/2001 20:24:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00572428
Message ID:
00575269
Vues:
34
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform