Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem w/ Object Visibility
Message
From
15/08/2000 09:12:51
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
To
15/08/2000 09:01:25
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00404848
Message ID:
00404891
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.

this is the key to your problem.
before you issue the SET CLASSLIB TO find out what the SET('DEFAULT') OR
SET('PATH') are equal to.

your SET CLASSLIB TO command is not working and VFP does not know where the
visual class library called 'test' is.

also,
try issuing
=TYPE('oApp')
to see if an object was created.
Previous
Reply
Map
View

Click here to load this message in the networking platform