Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding button
Message
 
To
19/11/2001 15:44:23
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00583642
Message ID:
00583655
Views:
29
If you added the "print button" to the class, then it depends on the class behavior documented in its code. Try to add to the "print button".Parent.Init method something like:
*----------------
dodefault()
this.PrintButton.enabled=.t.
*----------------

I suspect you will need to add this code in some other places as well to change the class default behavior.


>i am trying to added a print button to a class but the icon appears greyed out when i run the application. i can see the button but am not able to click on it. are there any suggestions why the button appears greyed out when i run the application?
Previous
Reply
Map
View

Click here to load this message in the networking platform