Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where's the Class
Message
 
To
29/08/2000 13:58:19
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00410389
Message ID:
00410391
Views:
13
>where is it? In memory?

Yes.

>If I attempt to createobject("ClassName"), I get an error message stating >that "Class definition ClassName is not found".
set classlib to myclasslib
oMy = createobject('myobject')
if type('oMy') == "O" AND !isnull(oMy)
    oMy.show()
else
    wait window "No Go!"
endif
HTH
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Reply
Map
View

Click here to load this message in the networking platform