Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01321009
Message ID:
01321064
Views:
16
>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