Search found 2399 matches

by josh
December 8th, 2016, 9:18 am
Forum: Entry
Topic: Restriction of Variable
Replies: 2
Views: 3875

Re: Restriction of Variable

So you want to remove that option from the value set if it was chosen in a previous response? If I understand correctly for Q43_1 you want to have all 8 options in the value set, then in Q43_2 you want to remove the option picked in Q43_2 and have only 7 options and then in Q43_3 you want to remove ...
by josh
December 8th, 2016, 7:27 am
Forum: Entry
Topic: advance and accept functions
Replies: 2
Views: 3058

Re: advance and accept functions

There are a couple of ways to handle this. 1) Add a global variable isAdvancing and initialize it to zero. Set it to one before calling advance and only call accept if the variable is set to one. You will also need to set it back to zero after you have finished advancing. 2) Use a dictionary variabl...
by josh
December 8th, 2016, 7:22 am
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25331

Re: synchronization options

Did you run the setup script? localhost/cspro-rest-api/setup

For phpmyadmin if you click on the database tab do you see the cspro database?
by josh
December 7th, 2016, 5:10 pm
Forum: Entry
Topic: CSPro Web Server on IIS
Replies: 20
Views: 19857

Re: CSPro Web Server on IIS

This is a known issue with newer versions of PHP (5.6 and above I think). If you follow the instructions in the error message in the log file and set

always_populate_raw_post_data = -1

in your php.ini it should fix the problem. Savy is looking into a more general fix.
by josh
December 7th, 2016, 7:19 am
Forum: Entry
Topic: To know the total number of cases
Replies: 4
Views: 4596

Re: To know the total number of cases

We actually show the number of cases on Android on the top of the screen however with a small screen or a long application name it can get off. You might try shortening the name and description of your application. Otherwise to get the total number of cases you would need a menu program like the exa...
by josh
December 7th, 2016, 7:15 am
Forum: Android
Topic: Dropbox with Multiple Enumurator
Replies: 8
Views: 7418

Re: Dropbox with Multiple Enumurator

The "undefined" comes because the tablet was not configured with an email address when you setup the tablet. You can add an email address in the Android settings under accounts. The username is taken from this email address. You can also use %DeviceID% instead of %UID% in the pnc file in t...
by josh
December 6th, 2016, 7:02 am
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25331

Re: synchronization options

Can you post the contents of the two files in the logs folder?
by josh
December 5th, 2016, 3:15 pm
Forum: Tools
Topic: Convert CSPro version 6.3 or above to v 6.2 or below
Replies: 2
Views: 4378

Re: Convert CSPro version 6.3 or above to v 6.2 or below

You can use the version shifter that is available here: http://www.csprousers.org/
by josh
December 5th, 2016, 3:13 pm
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25331

Re: synchronization options

Do you see the login screen before you get this error or is the error coming after you login?

There are log files generated on the server that may help you figure out the problem. You can find them in cspro-rest-api/logs.
by josh
December 3rd, 2016, 2:56 pm
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25331

Re: synchronization options

Yes, you need to setup a web server and install the CSPro sync web application on it. The code for the web application can be found in: C:\Users\<your username>\Documents\cspro\Web Server 7.0. See the pdf file in that folder for details. You can also look at http://teleyah.com/cspro/SouthAfricaOct20...