Search found 2399 matches

by josh
November 22nd, 2017, 7:18 am
Forum: Android
Topic: Dynamic Value Sets from Checkboxes
Replies: 13
Views: 11665

Re: Dynamic Value Sets from Checkboxes

I don't understand what you are trying to do. Based on your initial question I thought you wanted to make a dynamic value set (a list) out of the items that are checked in a check box field of a previous question. Looking at your example program I'm not sure anymore. SQ47 is a checkbox field so it i...
by josh
November 22nd, 2017, 7:11 am
Forum: Android
Topic: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2
Replies: 12
Views: 8947

Re: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2

If you remove the part with the seek condition then you will be able to duplicate the holder id in the second roster. To copy the holder id's into other sections just add in the preproc of the field you are copying them into to assign the value of the corresponding occurrence of the field you are co...
by josh
November 21st, 2017, 9:00 am
Forum: Synchronization
Topic: Synchronization between Windows tablet and Android tablet
Replies: 3
Views: 3516

Re: Synchronization between Windows tablet and Android tablet

Ntate Seeiso - try using 7.1 beta on Windows. If memory servers, the fix was on the Windows side.
by josh
November 21st, 2017, 5:58 am
Forum: Synchronization
Topic: Synchronization between Windows tablet and Android tablet
Replies: 3
Views: 3516

Re: Synchronization between Windows tablet and Android tablet

Bluetooth on Windows does not work as seamlessly as it does on Android. I find that I have to pair the devices first outside of CSPro to be able to connect an Android device to a Windows device. We also fixed a problem with connecting from Windows devices via Bluetooth recently so you may want to tr...
by josh
November 21st, 2017, 5:44 am
Forum: Android
Topic: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2
Replies: 12
Views: 8947

Re: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2

Did you change the capture type of S3Q0 to radio button or dropdown? You can do this from the field properties dialog (right click on the field).
by josh
November 21st, 2017, 5:43 am
Forum: Android
Topic: Dynamic Value Sets from Checkboxes
Replies: 13
Views: 11665

Re: Dynamic Value Sets from Checkboxes

The error you are getting is because you have declared the same variable twice. You have: string INFORMATIONCheckboxCodes = "12345678910111217"; and then two lines later you declare the same variable again: string INFORMATIONCheckboxCodes = INFORMATIONCheckboxCodes[INFORMATIONNumericCode:1...
by josh
November 20th, 2017, 9:29 pm
Forum: Android
Topic: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2
Replies: 12
Views: 8947

Re: NEEDED HELP URGENTLY TO DUPLICATE THE SAME IDS FROM ONE ROSTER1 TO ROSTER2

If you want to make a popup of the options you need to use a dynamic value set using the setvalueset function. For an example of how to use this see the section "Dynamic Value Sets from a Roster" in the following document: http://teleyah.com/cspro/SouthAfricaOct2016/05-CAPI.pdf That exampl...
by josh
November 20th, 2017, 7:14 am
Forum: Other
Topic: The function “FileConcat” dose not concatenate files
Replies: 6
Views: 5574

Re: The function “FileConcat” dose not concatenate files

We fixed the problem in CSPro 7.1 beta. You can download it from http://www.csprousers.org/beta/
by josh
November 20th, 2017, 7:07 am
Forum: Android
Topic: log file not generated in the tablet
Replies: 6
Views: 5492

Re: log file not generated in the tablet

I assume you mean the operator statistics log file. The operator statistics log contains information like keystrokes per hour that only applies when doing key from paper. The data collected in that file doesn't makes sense when doing tablet interviews. In CSPro 7.1 we are adding a new type of log fi...