Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Data Aware RadioButtons
Wed, Dec 26 2012 10:01 AMPermanent Link

Walter Matte

Tactical Business Corporation

Just a question...

I put a panel on a form, and added 4 radiobuttons.  I set them to the same dataset and field, which is an integer.

The JSON gerated by the Commit sets the value to 1,2,3,4 based on the order I put the radiobutton on the panel.

Can the value I want to associate to a radio button be changed and how?

Walter
Thu, Dec 27 2012 1:56 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Walter,

<< Can the value I want to associate to a radio button be changed and how?
>>

Currently it's controlled by the position of the radio button in it's parent
control combined with the GroupIndex property.  So, to affect the
order/value of the radio button, you would need to remove the control from
the parent and then re-add it.

To make it easier, I'll see about adding a new Value property that will
allow you to specify the value used for the radio button.

Tim Young
Elevate Software
www.elevatesoft.com
Image