Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding cmdbuttons programatically
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01321009
Message ID:
01321064
Views:
14
>Instead of regular commandbutton, how would chg it to a cmdbutton I created in a vcx
>something like .class="mycmdbtn" ??
SET LIBRARY TO MyClassLib ADDITIVE
...
    thisform.AddObject(m.lcButtonName,'mycmdbtn')
...
* or
...
    thisform.NewObject(m.lcButtonName,'mycmdbtn', "MyClassLib")
..
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform