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:
01321077
Views:
16
>>>Use NewObject method with the class name and the classlib. Or set the classlib to your library and use AddObject with your classname.
>>>
>>>
>>>>Instead of regular commandbutton, how would chg it to a cmdbutton I created in a vcx
>>>>something like .class="mycmdbtn" ??
>>
>>Last question, how would I disable a programatically created commandbutton upon it being clicked?
>>Thanks again!
>
>Well, if this is a special class I guess you can add this.enabled = .f. in the Click method in the class.
>
>If this is a generic button you may do it using bindevents and hook to Click method.

Right now I am using the default foxpro commandbutton baseclass(generic).
Can you site some example text?
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform