Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Placing a Timer Control on a .prg
Message
De
18/09/2004 10:19:55
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00943707
Message ID:
00943728
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform