taking the "click" focus away.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 option group boxes on a form. they are of the sunken effect with a
darker grey background color. They are used to break up the form. however,
when they are "clicked in" they take the focus and anyting that is "on top"
of it gets greyed out. Now i have the groupboxes with the "send to back"
while all the info boxes are in the "send to front" group. I'm just
wondering if there is a way to have it when you click in the group box to
have the focus set someplace else, namily the "detail" section. no
particular field box, just the overall form.

thanks.
 
Mike,

From your description, I am wondering whether you are using an Option
Group where the more applicable control would be a Rectangle instead.
Otherwise, it sounds like the Option Group is not used for data
functionality, and you could set its Enabled property to No and its
Locked property to Yes, so it can't receive the Focus. But I would look
at using a Rectangle. Otherwise I have not undertood you properly.
 
YES that's what i was looking for. I forgot about the rectangle. i thought
there was something, but then i remembered just using groupboxes for the like.

thanks
 
Back
Top