Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
It works 'differently' in different OS
Message
From
05/11/2003 11:52:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
It works 'differently' in different OS
Miscellaneous
Thread ID:
00846598
Message ID:
00846598
Views:
33
Hi,
Sorry if I "repeat" my question here. I am not sure I should continue with the thread or new.. so I decide to have new thread..

Regard to the auto shutdown problem, I found that the workaround is different among different OS. Ex. I can just simply change the following in WinXP to make it works.
lnControlCount = This.ControlCount

FOR lnControl = lnControlCount TO 1 STEP -1	
	This.Controls(1).Release()
ENDFOR
to
lnControlCount = This.ControlCount

FOR lnControl = lnControlCount TO 1 STEP -1	
	This.Controls(lnControl).Release()
ENDFOR
However, it does not work in Win98SE. Instead, i have to move timer object out from goApp to _SCREEN.

Why?
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Reply
Map
View

Click here to load this message in the networking platform