Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form timeout to default value
Message
From
29/09/1999 13:45:11
 
 
To
24/09/1999 15:51:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00264543
Message ID:
00270638
Views:
27
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()"
Previous
Reply
Map
View

Click here to load this message in the networking platform