Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Classes
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00109168
Message ID:
00109532
Views:
15
Hi and thanks...it worked very well for my situation...the only thing that could have made it better was to be able to change the control sources of all the objects...there were 75 in all.....I browsed the VCX but really felt uncomfortable trying to figure out much more...anyway it work great!.

Tom

>>I have a container with a number of textboxes in it....I created another
>>container and copied all of the textboxes to the new one...is there an easy way
>>of changing the textbox base class without having to start all over.
>
>First, MAKE A COPY!!! Then:
>
>
USE myClass.vcx
>REPLACE class WITH 'mytxtclass' FOR class = 'textbox' AND parent = 'myContainer'
>REPLACE classloc WITH 'myclasslib.vcx' FOR class = 'mytxtclass'
>USE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform