Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem w/ Object Visibility
Message
From
15/08/2000 09:01:25
 
 
To
15/08/2000 08:27:42
Randy Riegel
Zimish Contracting
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00404848
Message ID:
00404887
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform