Check Box to Radio Button
-
boikgwadi
- Posts: 26
- Joined: June 27th, 2014, 2:47 am
Check Box to Radio Button
Is there a faster way of ensuring that fields default to Radio Button Type as opposed to Check Box?
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Check Box to Radio Button
If the dictionary variable is numeric and has a value set with no ranges then it defaults to radio button. If it is numeric and has a value set with ranges it defaults to combo box. If it has no value set it defaults to text box. If it is alphanumeric and has a value set with no ranges it defaults to checkbox. You probably need to make your variables numeric.