Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create class of just controls
Message
From
22/10/2004 15:24:54
 
 
To
22/10/2004 13:24:03
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00953797
Message ID:
00953846
Views:
15
>Pardon my Friday ignorance, but I want to create a class and then start creating controls and adding the controls to the class one by one. For instance let's say you have some common values:
>
>Name
>Address1
>Address2
>City
>State
>Zip
>Phone
>
>I want to create 7 textboxes for these values and store each of them as a class so that I can drop all 7 on a form later. Then I change the attributes of them and have it take effect everywhere those special textboxes are used.


I see you have it. That is a Composite Class that you can drop anywhere and reuse. Just be aware of some problems with Composite Classes. They controls in them are tightly coupled. If you happen not to need one of them (say you do not need phone or fax in one instance), VFP will not let you delete it from the instance of class. You will have to make it invisible atruntime so the user will never know it's there but you are still carrying the baggage. Also all the controls beter be subclassed from the same VCX, else you'd be always loading more than one extra classes into your project.

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform