taking the "click" focus away.

M

Mike

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.
 
S

Steve Schapel

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.
 
M

Mike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top