Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem w/ Object Visibility
Message
De
15/08/2000 09:01:25
Bruce Covey
Home Depot Television
Atlanta, Georgie, États-Unis
 
 
À
15/08/2000 08:27:42
Randy Riegel
Zimish Contracting
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00404848
Message ID:
00404887
Vues:
11
I have the following code in MAIN.prg:

SET CLASSLIB TO test
PUBLIC oApp
oApp = CREATEOBJECT("APP")

This runs the INIT which in turn fires my METHOD this.startup() which creates the menu and the READ EVENTS.

I launch a form from the menu with 1 button CLICK oApp.cMsg = "test" This generates an error the oApp is not an object.

Also, within the methods of oApp, I can refer to cMsg as this.cMsg, but oApp.cMsg returns the same error.

cMsg is initialized with a value "test1" and appears to be set PUBLIC.

I'm very confused at this point
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform