Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using .PRG Classes
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Using .PRG Classes
Miscellaneous
Thread ID:
00442305
Message ID:
00442305
Views:
50
I'm trying to use .PRG's to store my class definitions, and I'm having a bit of a problem.

I created a base class named "Abc" and put it in a program named FIRST.PRG:

DEFINE CLASS Abc AS CUSTOM
FUNCTION Test1()
RETURN "Abc.Test1()"
ENDFUNC
ENDDEFINE

Then I created a second program SECOND.PRG:

DEFINE CLASS Def AS Abc
ENDDEFINE

Now how can I get the second class to know that the parent class Abc exists?
Next
Reply
Map
View

Click here to load this message in the networking platform