Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button group disabled, what have I done?
Message
 
To
04/05/1999 15:20:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00215104
Message ID:
00215107
Views:
33
>I have a button group that is disabled. This set of buttons is supposed to be for the user to select various sort orders. I have recently been adding code to disable/enable certain individual buttons in my navigational button group, a different group. I cannot find where this could have been changed. Can someone tell me where to look?

Sometimes it is the easiest solution where you might have (by accident) changed the default property of the button group you mention from within the properties sheet. If not there, I would do a search for "enabled" with "all objects" checked so it will go through all code in the class. If that still doesn't do it, I would resort to stepping through the program. Maybe by some ON KEY setting to set step on when you get to the area in question... or put a "breakpoint" in the debugger based on "myButtonGroup.enabled". Then when the value changes, you will know exactly where it happened...

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform