Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto shutdown timer
Message
From
03/11/2003 22:46:57
 
 
To
03/11/2003 11:13:32
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00845510
Message ID:
00845906
Views:
14
Hi,
I have have a "solution"

I change the following code, but Iam not sure it will effect anything or not, please advise.

Original - cAppBase.ReleaseChildren()
LOCAL lnControlCount, lnControl

lnControlCount = This.ControlCount

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

New
LOCAL lnControlCount, lnControl

lnControlCount = This.ControlCount

FOR lnControl = lnControlCount TO 1 STEP -1	
	This.Controls(<B>lnControl</B>).Release()
ENDFOR
Please advise

Thank you
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...
Previous
Reply
Map
View

Click here to load this message in the networking platform