Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to get the inherited code from a class
Message
De
30/07/2003 06:22:35
 
 
À
29/07/2003 14:25:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00814590
Message ID:
00814841
Vues:
12
Hi Ricardo,


> Does somebody know how to get the inherited code from a class?

On your builder, you must:
* put ClassLib and ParentClass on variables
* open VCX
USE (m.ClassLib) SHARED ALIAS myInheritLib NOUPDATE
* found inherited class
LOCATE FOR ObjName==m.ParentClass
* get inherit code
inheritCode=STREXTRACT(Methods,'PROCEDURE Init','ENDPROC',1,1)
* release
USE
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform