Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scope of config.fpw
Message
 
To
07/07/2004 13:50:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00921464
Message ID:
00922088
Views:
15
Hi Cetin,

Thanks for your code snippet but i guess i need some time to digest it...

David


>>>>>>>>

Oh never build from baseclasses but create yourBaseclasses. You might create just an abstract form class and for existing forms you might hack the scx'es programmatically to subclass from that class with something like :

update ("myform.scx") ;
set class="mybaseform", ;
classloc="c:\mypath\myclasslib.vcx" ;
where lower(baseclass) == 'form' and classloc==''

Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform