Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Timing
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01254207
Message ID:
01254231
Vues:
15
You can use the 4th parameter for timeout:
if messagebox('Please click OK to shutdown ',0 + 48 + 0, '', 6000) = 1
  wait window 'ok'
else
  wait window 'timeout'
endif
>This messagebox is called from a form button
>
>
>How can I do to insert a timer between the messagebox below and the
>quit command so the costumer have to wait some seconds after
>he hits OK button and before the quit command is executed?
>
>If possible also show the seconds count donw
>
>
>================================================================
>= MESSAGEBOX("Please click OK to shutdown ",0 + 48 + 0, '' )
>
>
> QUIT
>
>================================================================
Doru
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform