Option buttons questions

Started by copter, May 17, 2009, 08:12:55 AM

Previous topic - Next topic

copter

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.

Fred Tomke

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
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

copter

Thanks for your help, It works fine now !
Copter