Page 1 of 1

Check Box to Radio Button

Posted: April 3rd, 2017, 3:53 am
by boikgwadi
Is there a faster way of ensuring that fields default to Radio Button Type as opposed to Check Box?

Re: Check Box to Radio Button

Posted: April 3rd, 2017, 5:56 am
by josh
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.