Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does cSubpop crash, but same code in cPopup is okay?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00471512
Message ID:
00472650
Vues:
45
Margaret, the problem is exactly what Kevin said. The LoadChildren method is using a constanct, and it isn't defined within this class. You need to open your class, then from the class menu, select Include File... Select your AppIncl.h file from your app's Include directory.

>Kevin,
>
>error occurs in:
>chromvfp.omenu.oactivitiespad.oactivitiespopup.ocustomerservicebar.ocustomerservicepopup.loadchildren
>
>error screen:
>error: #12
>Message: Variable "Parent" is not found
>method: loadchildren
>error: laChildren[1,CHILD_CLASS] = "ccLateFeesBar"
>
>code:
>#DEFINE NUMCHILDREN 3
>LOCAL laChildren[NUMCHILDREN,ALEN(this.aChildren,2)]
>
>laChildren[1,CHILD_CLASS] = "ccLateFeesBar"
>laChildren[1,CHILD_NAME] = "occLateFeesBar"

Doug Stalter

"According to the proverb, the best things are the most difficult." -Plutarch
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform