Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DoDefault and inheritance
Message
De
21/02/2008 06:02:16
 
 
À
21/02/2008 05:38:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01294645
Message ID:
01294652
Vues:
17
>Your suggestion will be very much appreciated.
loa = CREATEOBJECT("aaa")
lob = CREATEOBJECT("bbb")

DEFINE CLASS aaa as Custom
	PROCEDURE init
                wait wind "Common Stuff"
                this.init_special()
		DODEFAULT()
	endproc
        procedure init_Special
		MESSAGEBOX("aaa")
	endproc

ENDDEFINE

DEFINE CLASS bbb as aaa
        procedure init_Special
		MESSAGEBOX("bbb")
	endproc
ENDDEFINE
regards

thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform