Search found 397 matches

by sherrell
March 8th, 2024, 12:27 pm
Forum: Android
Topic: CSEntry automatically Closes when tried to open
Replies: 2
Views: 218

Re: CSEntry automatically Closes when tried to open

Foxedu and Bhupender11, are either of you still having this problem? For just opening CSEntry should not have caused a crash. Are either of you using execsystem in your program? For on newer Android (12+) versions execsystem will not work. However, we will be creating an apk that will allow this whe...
by sherrell
March 8th, 2024, 12:22 pm
Forum: Tabulation
Topic: Table Compile Error
Replies: 3
Views: 561

Re: Table Compile Error

The environment variable "OLD_TABS" is a special use case that is not supported for general CSPro programming.

Sherrell
by sherrell
March 8th, 2024, 12:13 pm
Forum: Android
Topic: CSENTRY problem on android
Replies: 2
Views: 214

Re: CSENTRY problem on android

The post Kavifi is referring to can be found here: https://www.csprousers.org/posts/2021-0 ... id-os.html

Sherrell
by sherrell
March 8th, 2024, 11:29 am
Forum: Synchronization
Topic: ERROR: Error connecting to server: Error 500
Replies: 11
Views: 6178

Re: ERROR: Error connecting to server: Error 500

This will be included in our 8.0.1 release, which should be out in the next week.

Sherrell
by sherrell
March 8th, 2024, 11:24 am
Forum: Android
Topic: Save data with pff
Replies: 6
Views: 159

Re: Save data with pff

The user doesn't have to manually acknowledge all the ID fields, you can just prefill them as you're doing and either set the fields to protected (via field property) or add "noinput" to the preproc. But you have to get through the IDs at a minimum before CSPro will allow a case to be save...
by sherrell
March 8th, 2024, 11:13 am
Forum: Feature Requests
Topic: Add time control for data entry
Replies: 1
Views: 123

Re: Add time control for data entry

What would a timecontrol look like, what do you want to capture with it?

The controls are meant as a way to channel the appropriate value to be entered, it is not meant to collect the data itself, which is what I'm thinking you're asking?

Sherrell
by sherrell
March 8th, 2024, 11:02 am
Forum: Android
Topic: Partial save in Roster
Replies: 1
Views: 105

Re: Partial save in Roster

Sorry for the late reply, it looks like we missed your post. The SavePartial() function saves all data entered to that point. CSPro does not keep a running list of all fields from which the SavePartial() function was invoked. SavePartial() is separate from the high-water mark of where you last were ...
by sherrell
February 20th, 2024, 11:36 am
Forum: Entry
Topic: Showing available mothers in same family roster
Replies: 6
Views: 242

Re: Showing available mothers in same family roster

I'm not quite sure what you want to do. There could be 2+ women in a household who meet your conditions and therefore could be the mother of a child. So you would need to allow the interviewer to choose the correct woman--if she even exists, for she could be dead or living elsewhere. Also, I'm not s...
by sherrell
February 20th, 2024, 11:18 am
Forum: Entry
Topic: Does CSPro 8.0 convert existing files to JSON?
Replies: 2
Views: 180

Re: Does CSPro 8.0 convert existing files to JSON?

Yes it does, tho not all files are stored as JSON. For example the logic (apc) and message (mgf) files are still plain-text.

Sherrell
by sherrell
January 25th, 2024, 11:33 am
Forum: Synchronization
Topic: Download additional cases (data) in dropbox
Replies: 5
Views: 2427

Re: Download additional cases (data) in dropbox

What version of CSPro did you use to create your application, and what version of CSEntry did you use to attempt the install with on your Android?

Thanks.