Automatically advance on selection

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Automatically advance on selection

Post by AriSilva »

Hi folks,
This is a very handy option in the Mobile part of the Data Entry options.
However, the help says that it works "(when displayed as a radio button), ", and it is working also with a variable of checkboxes (multiple answers).
I really need that option for the radio button variables, it saves time, but I need also to be able to enter all the necessary categories for the multiple answer variable, and what is happening is that as soon as the user clicks in a checkbox the system advances to the next question.
Is there a way to limit the automatically advance only to the radio button variables?
Or control it by program, with a function such as
set automatic advance on/off;
Best
Ari
Best
Ari
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: Automatically advance on selection

Post by htuser »

Hi Ari, This already exist in Cspro.
Please read setproperty.
And, here's the basic code to do that
setproperty("AutoAdvanceOnSelection","Yes");

Hope this help you!
G.VOLNY, a CSProuser from Haiti, since 2004
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Automatically advance on selection

Post by josh »

In CSPro 7.1 auto advance is disabled for checkboxes.
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Re: Automatically advance on selection

Post by AriSilva »

Thanks, but the setproperty command is not working in 7.0 nor in 6.3.
Also, there is no help for that in either versions.
Best
Ari
Best
Ari
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Automatically advance on selection

Post by josh »

Setproperty is new in version 7.1.
Post Reply