Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want MESSAGEBOX to time out.
Message
 
To
26/06/1998 14:14:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00111994
Message ID:
00112023
Views:
27
The timer is a control, not a property, but a control, on the form controls toolbar. The Interval property is how often it fires, in milliseconds,so for 30 seconds you'd put in 30000 as a value. The event that gets fired every Interval is the Timer event (in this case, perhapsyou would have Thisform.release in the timer event).

MS has a KB article about returning a value from a form, Q126956 (you can pick it off at www.microsoft.com/kb). In a nutshell, it consists of calling the form with the TO clause (ie DO FORM selfdestruc_choice TO glwill_we_die) and returning the value with RETURN in the Unload of the form.

--
Jerry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform