Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Put classes on a form
Message
From
04/10/2005 12:13:26
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
04/10/2005 11:48:53
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01055918
Message ID:
01055928
Views:
12
>Hi ,
>
>I create a class (vcx) , but i don't Know how put it on my form by program.
>Please Help me .
>
>Thanks

Hi Agnes

To do it programmatically, at the very least you need to ...

SET CLASSLIB TO your.vcx ADDITIVE
THISFORM.AddObject("newinstancename","yourclassname")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform