Check Box to Radio Button

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
boikgwadi
Posts: 26
Joined: June 27th, 2014, 2:47 am

Check Box to Radio Button

Post by boikgwadi »

Is there a faster way of ensuring that fields default to Radio Button Type as opposed to Check Box?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Check Box to Radio Button

Post 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.
Post Reply