Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another try, classes
Message
From
30/06/2004 19:50:42
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00919427
Message ID:
00919440
Views:
15
>In the project manager, I clicked on the class tab. Then I clicked on "new". Named the class
>hello, based on "custom" class", stored in c:\page0\pager
>
>Next, I did this
>
>SET CLASSLIB TO C:\page0\pager
>oPager = CREATEOBJECT("Pager")
>oPager.Hello()
>
>however, the program says "Class difinition pager not found"
>
>Thanks
>Steve

That's because your class name is "Hello", not "pager". The class library is named "pager".
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform