I have a DDT app with six option buttons, grouped with frames into
3 groups of two buttons each. The buttons work fine with the
mouse, changing state when clicked and only affecting buttons
within that frame.
The problem is when I set the currently-OFF button to ON with:
CONTROL SET CHECK hDlgHandle, hControlHandle, 1&
both buttons remain ON! This is true in all frames.
Anyone else seen this? I'm running Win2K Pro.
Thanks!
------------------
Mark Newman
3 groups of two buttons each. The buttons work fine with the
mouse, changing state when clicked and only affecting buttons
within that frame.
The problem is when I set the currently-OFF button to ON with:
CONTROL SET CHECK hDlgHandle, hControlHandle, 1&
both buttons remain ON! This is true in all frames.
Anyone else seen this? I'm running Win2K Pro.
Thanks!
------------------
Mark Newman
Comment