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:
00109173
Views:
25
>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
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform