Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scope of config.fpw
Message
From
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:
00921516
Views:
22
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

>Hi Cetin,
>
>Thanks for your info. I just thought i could factor those common settings out to one place without scattering code all over form.load or form.de.beforeopentables, perhaps i need to build a base form of my own...
>
>David
>
>>>>>>>>>>>.
>Nope, it's scoped to current datasession.
>
>FWIW have your 'set' commands in form.load or form.de beforeopentables.
>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