Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can i inheret dataenvironment object ?
Message
From
30/04/1999 09:14:56
 
 
To
30/04/1999 04:41:02
Rajatkanti Bagadthey
Skynet Systems P Ltd
Kolkata, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00213800
Message ID:
00213851
Views:
34
>can i inheret dataenvironment object ?

Yes.. it's just one of those classes that you can't subclass visually. You have to do it progamatically. Well... there is a way to do it in a VCX, but you still can't use the visual tools if you do that:

DEFINE CLASS MyDE as DataEnvironment


ENDDEFINE


THen, you can of course subclass MyDE...

DEFINE CLASS AnotherDE as MyDE
ENDDEFINE

**********************

If you download the FREE CodeBook 6.0 framework you can see this in action. Look at cDataEnvironment.PRG. You can download the framework from www.leafe.com or www.flashcreative.com.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform