Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scope of config.fpw
Message
De
07/07/2004 13:50:58
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00921464
Message ID:
00921516
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform