Grouping Option Boxes?

  • Thread starter Thread starter Drewski
  • Start date Start date
D

Drewski

I've got a form that can be filled out in Excel, or printed out and
filled in with pen. I'm using the "Option Box" from the Forms toolbar,
but they are all linked, i.e., only one Option Box can be checked at
any given time. How can I differentiate among groups of Option Boxes
on the same page? I have tried using the Group Box to no avail.
Thanks!
 
Change the GroupName property of the control - all options with the same
name are linked together.

The group box (of frame) will organise the controls together unless you
change the GroupName property.

Cheers
Nigel
 
Tom, I think Drewski wants to ungroup them? In which case my suggestion
would be to change the GroupName property of the control.

Cheers
Nigel

Tom Ogilvy said:
rubber-banding a group box around each set of option buttons does what you
describe.
 
Guess you didn't read the post Nigel.
I'm using the "Option Box" from the Forms toolbar,

Optionbuttons from the forms toolbar don't have a groupname property.
How can I differentiate among groups of Option Boxes
on the same page?

So he wants to group them, not ungroup them. A group box is used to do that
with the forms controls.

--
Regards,
Tom Ogilvy


Nigel said:
Tom, I think Drewski wants to ungroup them? In which case my suggestion
would be to change the GroupName property of the control.

Cheers
Nigel

Tom Ogilvy said:
rubber-banding a group box around each set of option buttons does what you
describe.

--

Regards,
Tom Ogilvy







----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
OOps! - sorry about that....... but its worth remembering to add the option
controls to the frame after the frame was created not before.

Cheers
Nigel
 
Back
Top