Search found 397 matches

by sherrell
October 14th, 2021, 1:14 pm
Forum: Android
Topic: Multiple Select Checkbox
Replies: 7
Views: 3972

Re: Multiple Select Checkbox

Hi ETUser, pos and ischecked definitely yield the same result for a single character field. However, the logic snippet showed searches for 2, 3, and 23, so there is at least one two-digit field that needs to be accounted for. Checkboxes are intended for situations when the user can select more than ...
by sherrell
October 13th, 2021, 2:03 pm
Forum: Entry
Topic: making a 7.4 application run in 7.1
Replies: 1
Views: 2425

Re: making a 7.4 application run in 7.1

Yes, that's what you'll need to do (which you've probably figured out by now! Sorry for late reply).

Sherrell
by sherrell
October 13th, 2021, 1:57 pm
Forum: Android
Topic: Multiple Select Checkbox
Replies: 7
Views: 3972

Re: Multiple Select Checkbox

Dear Imangcahan,

For the reasons stipulated in the forum link shared in HTUSER's post, you'll want to use the ischecked() function.

The updated code will not help, for it means users can never select (i.e., check) more than one field--defeating the purpose of the checkbox field.

Sherrell
by sherrell
October 1st, 2021, 11:01 am
Forum: Entry
Topic: Navigation to a allocation with an Existing Latitude and Longitude
Replies: 11
Views: 7691

Re: Navigation to a allocation with an Existing Latitude and Longitude

Hi Yass, Have you seen the two examples of mapping that come with the CSPro installation? They can be found in these two folders: C:\Users\<userName>\Documents\CSPro\Examples 7.6\1 - Data Entry\Listing with Map C:\Users\<userName>\Documents\CSPro\Examples 7.6\1 - Data Entry\Listing Menu with Map Ide...
by sherrell
September 28th, 2021, 12:33 pm
Forum: Entry
Topic: csdb problems
Replies: 1
Views: 1549

Re: csdb problems

Hi MJ, "Unfortunately, when trying to open the data entry file, get this error message:" Since you only gave a screenshot of the error msg I don't know what CSPro module you were using to open the file. But based on the message it looks like an ASCII/text file was given a CSDB extension, e...
by sherrell
September 28th, 2021, 11:14 am
Forum: Entry
Topic: Select friend form list
Replies: 1
Views: 1529

Re: Select friend form list

Hello Brti,

There have been several very similar posts to your question on the forum lately. See if this posting answers your questions:

https://www.csprousers.org/forum/viewto ... f=1&t=4649

Sherrell
by sherrell
September 26th, 2021, 10:32 pm
Forum: Tools
Topic: Access to paradata from CSWeb
Replies: 2
Views: 3869

Re: Access to paradata from CSWeb

You'll need to use the SyncParadata function first (https://www.csprousers.org/help/CSPro/s ... ction.html) so you can download the data from CSWeb to your PC. At that point you can use ParadataViewer, etc.

Sherrell
by sherrell
September 24th, 2021, 12:05 pm
Forum: Entry
Topic: Option/value heading
Replies: 4
Views: 2507

Re: Option/value heading

As Greg mentioned, you can't do this right now via value sets. However, this can be done with an accept statement as follows: PROC ANC_VISIT preproc numeric i= 0 ; do until i in 2 : 4 , 6 : 7 , 9 : 14 , 16 : 21 i = accept ( "ANC non-visit reason:" , "WOMEN: INDIVIDUAL LEVEL" , //...
by sherrell
September 22nd, 2021, 9:28 pm
Forum: Android
Topic: Android 11 not compatible with CSEntry 7.6.2
Replies: 13
Views: 10152

Re: Android 11 not compatible with CSEntry 7.6.2

Maybe the guys can shed some light on this tomorrow, but in the interim, if you haven't already done so, could you uninstall CSEntry from one of the devices and reinstall it, and see if it allows the Simple CAPI app to install? If not, could you let us know what devices are failing? (i.e., model) Th...
by sherrell
September 22nd, 2021, 4:01 pm
Forum: Android
Topic: Android 11 not compatible with CSEntry 7.6.2
Replies: 13
Views: 10152

Re: Android 11 not compatible with CSEntry 7.6.2

Hello Muhaliraza, So you are having this problem: "Error extracting application. The application package may be invalid or their may be insufficient disk space on your device". And you are still having this problem, even after following the instructions from Aaron for the reinstall? If so,...