Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DoDefault and inheritance
Message
From
21/02/2008 06:02:16
 
 
To
21/02/2008 05:38:09
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01294645
Message ID:
01294652
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform