Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Mandatory Radio Button Group

Avatar

Level 2

Hi,

LiveCycle 8.2.1.4029.1.523496

I have a group of 4 radio buttons that I would like to apply the following conditions.

The user can only select one of the four radio buttons (the other three radio buttons are disabled).

It is mandatory that a radio button in the group is selected.

Can anyone point me in the right direction please.

I have limited Livecycle and Java experience.

thank you.

WowRonin

2 Replies

Avatar

Former Community Member

Look in the Hierarchy view ....locate the radio buttons. My guess is that each button is in its own radio button group. Drag and drop all of the buttons under the same radio button group. This will give you the mutual exclusivity that you want for those radio buttons. If you need to get/set a value you woudl address the radiobuttonGroup and not he individual Radiobutton objects.

Hope that helps

Paul

Avatar

Level 2

Hi,

Thanks M8..

I then had to disable the Object\Binding property "Specify Item Values."

Works like a charm

thank you.

WowRonin