Search found 2399 matches

by josh
December 13th, 2016, 7:22 am
Forum: Entry
Topic: CSPro 6.3 entry form freeze
Replies: 2
Views: 3362

Re: CSPro 6.3 entry form freeze

Can you post the application along with steps to reproduce the freeze?
by josh
December 13th, 2016, 7:21 am
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25441

Re: synchronization options

The most likely issue is a bad password or a bad url. Make sure that the url/username/password are correct on the second machine. Case (capital/lowercase) counts. Look at the api.log file on the server to see if the the calls from the second machine are getting to the server. There is also a log fil...
by josh
December 12th, 2016, 6:22 am
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25441

Re: synchronization options

The 403 error means that the username/password is not correct. Did you add the user syncuser from the web interface?
by josh
December 10th, 2016, 8:02 am
Forum: Entry
Topic: Switching partial save flag programmatically
Replies: 3
Views: 3981

Re: Switching partial save flag programmatically

You can also emulate the partial save on Window close option by using a custom onstop() function. However doing that adds another complication. When restoring from partial save you don't get the "go last position" dialog. There is a workaround for that too though which is described in the ...
by josh
December 10th, 2016, 7:56 am
Forum: Entry
Topic: Sync Data to Web Server
Replies: 3
Views: 4646

Re: Sync Data to Web Server

If you look in the api.log file in the logs folder you will see more detail on that error message. There is a known issue when trying to sync a large number of cases at once which could be the problem. You might need to break up the two thousand cases into smaller files and sync them separately. We ...
by josh
December 9th, 2016, 1:42 pm
Forum: Entry
Topic: Switching partial save flag programmatically
Replies: 3
Views: 3981

Re: Switching partial save flag programmatically

There is no way to set that flag programmatically. You could always disable it and then in logic add a userbar button that calls the partialsave() function. You could only add this userbar button when you want to allow partial save.
by josh
December 9th, 2016, 8:32 am
Forum: Entry
Topic: synchronization options
Replies: 34
Views: 25441

Re: synchronization options

Looks like the database was created correctly. It seems like the rewrite rules may not be working correctly. These should be coming from the file www\cspro-rest-api\ui\.htaccess. Can you try the following URL in your browser and let us know what the result is: http://localhost/cspro-rest-api/api/dic...
by josh
December 9th, 2016, 8:20 am
Forum: Android
Topic: Dropbox with Multiple Enumurator
Replies: 8
Views: 7450

Re: Dropbox with Multiple Enumurator

The pff provides parameters to CSEntry to tell it how to run your application such as which data file to use.

The pnc describes how to synchronize your data.
by josh
December 9th, 2016, 8:19 am
Forum: Android
Topic: Dropbox Share : How Secure the Data
Replies: 2
Views: 4298

Re: Dropbox Share : How Secure the Data

Yes, the enumerator will need to enter the username and password for the Dropbox sync. Once the user has entered it, we save the login until you exit CSEntry. You do not need to have the Dropbox app installed on the device to use Dropbox sync. The Dropbox account does not have to be shared. Each enu...
by josh
December 9th, 2016, 8:12 am
Forum: Entry
Topic: Radio buttons preference and Message prompts
Replies: 2
Views: 3657

Re: Radio buttons preference and Message prompts

You can change the capture type by right clicking on the field in the form editor and choosing "Field properties". If you have long question text you should put them in CAPI question text (the yellow box at the top) not in the label. The label is meant to be short. There is no way to chang...