Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer within a timer?
Message
 
À
06/11/2001 18:46:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00578290
Message ID:
00578590
Vues:
14
How about yet another way:

* timer method
do case
case thisform.copyFilesNow
  * copy files
    thisform.copyFilesNow = .f.
otherwise
  =adir()
  * check if the files are there
  if <<the files are there>>
    thisform.copyFilesNow = .t. 
  else
    thisform.copyFilesNow = .f.
  endif
endcase
* you need to add copyFilesNow property to your form
Doru
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform