Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing class of derived controls
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00109968
Message ID:
00109978
Vues:
29
The forms, like classes are just .DBF type files. There are two fields that need to be udpated. CLASS and CLASSLOC. ALWAYS make a backup first...
>
>
>use myform.scx
>replace class with "New_Base_Textbox";  && (or whatever you really call it)
>        classloc with "myclassdir\mybaseclass.vcx"; ( your class library is )
>  for baseclass = "textbox"
>
>
>The classlib must be relative to the directory where the form originates.


Don,

Thanks. I knew it wasn't hard. The solution is so obvious -- well it must be Friday.

Regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform