Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Placing a Timer Control on a .prg
Message
From
18/09/2004 10:19:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00943707
Message ID:
00943728
Views:
17
>Hi All,
>How to Placing a Timer Control on a .prg untill appliction end. ?
>
>TIA

Add it to _Screen
=_screen.AddObject('aTimer', 'aTimerClass')  && remove with _screen.RemoveObject()

&& may also work, have not tried it
=_screen.Addproperty('aTimer', createObject('aTimerClass'))  && stop with _screen.aTimer = null
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform