Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form timeout to default value
Message
De
29/09/1999 13:45:11
 
 
À
24/09/1999 15:51:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00264543
Message ID:
00270638
Vues:
28
Thank you both. It is in the timer event and I now have it working flawlessly.


In timer.timer I put
WAIT WINDOW "Accepted default" TIMEOUT 5
RELEASE WINDOW

and in the form's okay button init I put
THISFORM.Timer1.Interval = IIF(TYPE("tStartTime") <> "U", ;
IIF(DATETIME()-tStartTime <= 100,30000,15000),30000)


>i am not shure if i undersoud your question korrektly... I think the answer ist:
>in the Timer event
>"Thisform.release()"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform