Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can exit loop when called directly but not from menu
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00975330
Message ID:
00975334
Views:
12
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform