Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form does not appear with more than 1 instance of a clas
Message
From
05/05/2000 08:50:39
 
 
To
05/05/2000 06:14:47
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00366462
Message ID:
00366508
Views:
12
Walter,

thanks for your advice. SET COVERAGE worked well. It was indeed a deadlock situation caused by code placed in form.resize. Usually, this code works fine.
Now I'm searching for the hidden deadlock reason :-).

Private liFlag, laArray (1)
With This
.Lockscreen = .T.
For liFlag = 1 To .ControlCount
=AMembers (laArray, .Controls(liFlag),1)
If AScan (laArray, "RESIZE") > 0
.Controls(liFlag).Resize
EndIf
EndFor
.Lockscreen = .F.
EndWith
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Reply
Map
View

Click here to load this message in the networking platform