Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using .PRG Classes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00442305
Message ID:
00442321
Vues:
17
Where would I insert that? It doesn't work if I put it as the first line in SECOND.PRG, and if I put it in Def.Init() it is too late.

>Try SET PROCEDURE TO First.prg
>
>>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform