Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using .PRG Classes
Message
From
16/11/2000 11:57:27
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00442305
Message ID:
00442730
Views:
8
>Now how can I get the second class to know that the parent class Abc exists?

I see you've gotten the SET PROC answer, but just for your information, VFP7 has a new clause for DEFINE CLASS:

DEFINE CLASS ClassName1 AS ParentClass [OF ClassLibrary] [OLEPUBLIC]

which will be able to do what you want. For now, the class has to be avialable when you run the thing, either with SET PROC or SET CLASSLIB
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform