G
Guest
Hi all,
I have an appearance issue that I can't seem to solve. I have a number of
checkboxes, listboxes, combo boxes and one option group on a form.
If the user selects on particular option, the rest of the form is disabled.
The form is to allow the user to perfrom a search, but if the user is looking
for a particular item number, then the rest os disabled as there is no need
to further refine the search.
So I created code to disable/enable all the applicable controls on the form.
But for the combo/check/list boxes, I didn't like that the default label for
the control was also greyed out when it was disabled, so I deleted the
default label, and recreated it (same name/caption), but since it was no
longer connected to the control, it wasn't greyed out when the control was
disabled.
For all controls it seems to work, except for the option group. I want the
radio buttons (and labels) to be greyed out, but I wanted to label of the
group (frame) to not be greyed out, so I also deleted that label and created
a new one.
My problem is, when the option group is enabled, if I click on a radio
button, the frame seems to move in front of the label, so I can see the line
of the frame OVER the label.
Now I don't know if there's a way to move it to the front? I can't find any
property to do that. Or, if I need to remake the frame to get the label back
(and have it connected to the frame), is there a way to prevent the gerying
out if the option group (frame) is disabled.
Any help is appreciated.
Thanks,
Jay
I have an appearance issue that I can't seem to solve. I have a number of
checkboxes, listboxes, combo boxes and one option group on a form.
If the user selects on particular option, the rest of the form is disabled.
The form is to allow the user to perfrom a search, but if the user is looking
for a particular item number, then the rest os disabled as there is no need
to further refine the search.
So I created code to disable/enable all the applicable controls on the form.
But for the combo/check/list boxes, I didn't like that the default label for
the control was also greyed out when it was disabled, so I deleted the
default label, and recreated it (same name/caption), but since it was no
longer connected to the control, it wasn't greyed out when the control was
disabled.
For all controls it seems to work, except for the option group. I want the
radio buttons (and labels) to be greyed out, but I wanted to label of the
group (frame) to not be greyed out, so I also deleted that label and created
a new one.
My problem is, when the option group is enabled, if I click on a radio
button, the frame seems to move in front of the label, so I can see the line
of the frame OVER the label.
Now I don't know if there's a way to move it to the front? I can't find any
property to do that. Or, if I need to remake the frame to get the label back
(and have it connected to the frame), is there a way to prevent the gerying
out if the option group (frame) is disabled.
Any help is appreciated.
Thanks,
Jay