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:
00975337
Views:
13
>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).
Previous
Reply
Map
View

Click here to load this message in the networking platform