Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can exit loop when called directly but not from menu
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00975330
Message ID:
00975337
Vues:
12
>Hi Barbara,
>
>Keep in mind that it's "fishing expedition" on my part. :)

Of course! Fishing is about the best I can do at this point too!
_screen.AddProperty("oTimer", NEWOBJECT("LaunchForm"))
>

>DEFINE CLASS LaunchForm AS Timer
>	Interval = 10
>	Enabled = .F.
>
>	PROCEDURE Init
>		This.Enabled = .T.
>	ENDPROC
>
>	PROCEDURE Timer
>		This.Enabled = .F.
>		DO FORM MyForm Linked
>		_SCREEN.oTimer = Null
>	ENDPROC
>ENDDEFINE
>
The form behaved normally with the above code (i.e. Escape worked).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform