Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird Crash
Message
 
À
30/08/2002 11:25:15
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00695450
Message ID:
00695470
Vues:
13
I took your suggestion, and just splitting up the conditions solved the problem. Thanks!

>>Why would this line inside a "WITH THIS.PARENT" statement:
>>
>>
>>IF !ISNULL(loNode2.PARENT) AND ;
>>	loNode2.TEXT = loNode.TEXT AND ;
>>	TYPE('.tvwTo.Nodes(lcKey)') = 'U' AND ;
>>	!([(Company Wide)] $ loNode2.PARENT.TEXT) AND ;
>>	(.tvwTo.SELECTEDITEM.TEXT # loNode2.TEXT OR ;
>>	.tvwTo.SELECTEDITEM.PARENT.TEXT # loNode2.PARENT.TEXT)
>>
>>
>>Cause this:
>>
>>Fatal error: Exception code=C0000005
>
>Break it into smaller pieces, to find the offending part.
>
>Something like this:
>
>
>llCondition1 = IsNull(loNode2.Parent)
>llCondition2 = loNode2.Text = loNode.Text
>llCondition3 = Type(...
>if llCondition1 and llCondition2 and llCondition3 and...
>
>
>HTH, Hilmar.
Rip Ryness
International Falls, MN
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform