This one had me really pulling my hair out for a while, until I found and corrected this really weeeeird behavior. Thought I would pass it along. (Disclaimer-- I'm an intermediate newbie, and maybe all you experienced vets already know this.)
In a 4-button CommandGroup, the #3 button became totally unresponsive. (No, it had not become Enabled=.f.) The responses for each button in the CMG were coded in a DO CASE of the CommandGroup Click event, with nothing at all in the Click events of the individual CMD buttons.
Solution: I found 2 blank lines (two C/R's) in the "blank" Click Event of the offending CMD button. Removing it cleared the problem, and replacing it reproduced the problem.
Can anyone tell me if this is a bug or by design?
wilfranz
In a 4-button CommandGroup, the #3 button became totally unresponsive. (No, it had not become Enabled=.f.) The responses for each button in the CMG were coded in a DO CASE of the CommandGroup Click event, with nothing at all in the Click events of the individual CMD buttons.
Solution: I found 2 blank lines (two C/R's) in the "blank" Click Event of the offending CMD button. Removing it cleared the problem, and replacing it reproduced the problem.
Can anyone tell me if this is a bug or by design?
wilfranz