Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Auto shutdown timer
Message
De
03/11/2003 22:46:57
 
 
À
03/11/2003 11:13:32
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00845510
Message ID:
00845906
Vues:
15
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform