Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclass an entire library
Message
From
10/10/2002 08:37:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/10/2002 05:27:07
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Netherlands
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00709736
Message ID:
00709773
Views:
13
>I want to know if there is a way to subclass all the classes in one library.
>This way i hope to avoid screwing up my base classes.
>
>Maybe it's evenpossible to subclass them to an other library?
>
>tia victor.

Copy or subclass ?
lcSourceClassLib = GETFILE('VCX')
lcNewClassLib = PUTFILE('','','VCX')
lnClasses = AVCXCLASSES(arrClasses, lcSourceClassLib)
CREATE CLASSLIB (lcNewClasslib)
FOR ix = 1 TO lnClasses
 ADD CLASS (arrClasses[ix,1]) OF (lcSourceClassLib) TO (lcNewClassLib)
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform