Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form does not appear with more than 1 instance of a clas
Message
De
05/05/2000 08:50:39
 
 
À
05/05/2000 06:14:47
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00366462
Message ID:
00366508
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform