Search found 2399 matches

by josh
August 10th, 2017, 8:43 am
Forum: Entry
Topic: lost some data after case completed
Replies: 3
Views: 3864

Re: lost some data after case completed

In this case the problem is not the endlevel but the calls to "move to". When going to a forward (to field a after the current field) "move to" is the same as "skip to". So you are skipping over those fields and then when case is saved they become empty. You can see tha...
by josh
August 10th, 2017, 6:50 am
Forum: Editing
Topic: Check if it falls in a certain range
Replies: 3
Views: 5022

Re: Check if it falls in a certain range

If you have your list of codes in Excel then you can copy and paste them into a value set in your dictionary. In Excel you need the first column to be the label and the second to be the code. Then copy the two columns in Excel and in the dictionary editor in CSPro click on the variable to bring up t...
by josh
August 10th, 2017, 6:47 am
Forum: Synchronization
Topic: Dropbox on Ver 7.0
Replies: 1
Views: 3031

Re: Dropbox on Ver 7.0

Dropbox ended support for the API we were using for Dropbox in version 6. See the following post:

http://www.csprousers.org/forum/viewtop ... f=3&t=1851
by josh
August 10th, 2017, 6:44 am
Forum: Entry
Topic: lost some data after case completed
Replies: 3
Views: 3864

Re: lost some data after case completed

In system controlled mode, when you call endlevel it is the same as skipping to the end of the questionnaire. That means that any fields in between the current field and the end are skipped. So if you have the following fields on your form: A B C D and you call endlevel from the postproc of field B ...
by josh
August 9th, 2017, 12:01 pm
Forum: Synchronization
Topic: Fail Uploading Cases to csweb server
Replies: 7
Views: 7794

Re: Fail Uploading Cases to csweb server

Unfortunately that file doesn't have the details on the 500 error. Can you post the api.log file from the server? That should tell us something.
by josh
August 9th, 2017, 11:58 am
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34587

Re: Dropbox Sync

It looks like you created the data file with CSPro 7.1 beta but you are opening it with CSPro 7.0. Maybe you have 7.1 beta on the tablets. You can download CSPro 7.1 beta for desktop from here http://www.csprousers.org/beta/ and you can use that to open the file. If you want to use the file in CSPro...
by josh
August 9th, 2017, 11:41 am
Forum: Synchronization
Topic: Fail Uploading Cases to csweb server
Replies: 7
Views: 7794

Re: Fail Uploading Cases to csweb server

Please post the log files as mentioned above so we can see what the error is.
by josh
August 9th, 2017, 10:09 am
Forum: Synchronization
Topic: Fail Uploading Cases to csweb server
Replies: 7
Views: 7794

Re: Fail Uploading Cases to csweb server

Error 500 could be many things. Please look in the sync.log file located in C:\Users\<your username>\AppData\Roaming\CSPro. It will have details on the error. You should also look at the api.log in the logs directory on your web server.
by josh
August 8th, 2017, 7:22 pm
Forum: Entry
Topic: Creating two data file with one External Dictionary
Replies: 2
Views: 3139

Re: Creating two data file with one External Dictionary

In CSPro7 sync is based on the dictionary name not on the filename. So if you have two different files that use the same dictionary they will get combined into one file on the server. Here are three options to consider: 1) Create a separate Dropbox or FTP login for each country. For all tablets in c...
by josh
August 8th, 2017, 8:01 am
Forum: Android
Topic: How control Android CSPRO back or forward
Replies: 4
Views: 4012

Re: How control Android CSPRO back or forward

If you put your validation code in the postproc then it should allow you go to back but not forward.