Option buttons questions

Started by copter · 2009-05-17 15:12 UTC · 2 replies · SMF topic #761

Is it possible to have several horizontal groups of options buttons on a form?
Option button control: Horizontal = Yes, Several groups = No.
OptionList control: Horizontal = No, Several groups = Yes.
Am I wrong or is there something that I did not understand ?
Many thanks for your help,
Copter.
Hi, copter,

Option button control: Horizontal = Yes, Several groups = Yes.

Begin each group by setting the property BeginGroup to true. Note: the Z/Tab-Order is important to decide which option button belongs to which group. The first option button in the Z/Tab-order has the value True of property BeginGroup.

Try the attached file, it works very well!

Fred
Attachments
Thanks for your help, It works fine now !
Copter