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:
00975334
Vues:
13
Hi Barbara,

Keep in mind that it's "fishing expedition" on my part. :)
_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
>
>No, the form is not modal. How would I launch the form from a menu with a timer?
>
>>Hi Barbara,
>>
>>Is it a modal form? Would it make a difference if you launch it from menu using a timer?
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform