Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing class of derived controls
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00109968
Message ID:
00109978
Views:
30
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform