Search found 565 matches

by aaronw
May 20th, 2020, 5:54 pm
Forum: Android
Topic: Loadcase function not working in csentry 7.4
Replies: 1
Views: 2264

Re: Loadcase function not working in csentry 7.4

We haven't heard of any issues with loadcase in 7.4. If you're unsure whether the issue is with your application or not I would recommend writing a small test application. I have attached mine.
by aaronw
May 20th, 2020, 5:25 pm
Forum: Entry
Topic: One answer checkbox
Replies: 6
Views: 3516

Re: One answer checkbox

You can't disable them. My workaround was to not let the CAPI application move forward, if none + another option are selected. Take a look at the example application. The relevant logic is: if TOILET_OPTION_NONE and (TOILET_OPTION_1 or TOILET_OPTION_2 or TOILET_OPTION_3) then errmsg ( "If none ...
by aaronw
May 20th, 2020, 5:19 pm
Forum: Entry
Topic: Use record for following roster
Replies: 6
Views: 3046

Re: Use record for following roster

There are a few files missing. Use the Pack Application tool under Tools to zip up the application.
by aaronw
May 19th, 2020, 2:23 pm
Forum: Entry
Topic: One answer checkbox
Replies: 6
Views: 3516

Re: One answer checkbox

In logic don't let the interviewer advance if none and an another option are both selected. I've attached an example application.
by aaronw
May 19th, 2020, 2:08 pm
Forum: Entry
Topic: Use record for following roster
Replies: 6
Views: 3046

Re: Use record for following roster

The record defines the structure of the dictionary and this is how the data will be stored. It can't be reused. Instead, we pre-fill variables of the second record with variables from the first. I've attached an example project that has a HOUSEHOLD_MEMBERS and FERTILITY record. Enter a few household...
by aaronw
May 19th, 2020, 1:47 pm
Forum: Entry
Topic: CAN'T COPY THE VALUE OF NUMERIC FIELD MORE THAN ONCE
Replies: 6
Views: 3012

Re: CAN'T COPY THE VALUE OF NUMERIC FIELD MORE THAN ONCE

In the if statement update MORE to MORE_HOLDERS.
by aaronw
May 18th, 2020, 4:45 pm
Forum: Entry
Topic: Control to Check that number of Farms holder owns must equal the count of the Farm ID for the Holder
Replies: 2
Views: 1964

Re: Control to Check that number of Farms holder owns must equal the count of the Farm ID for the Holder

Set the first FIELD_IDS to 1 and assign the next FIELD_IDS to the previous occurrence of FIELD_IDS + 1. If the holder changes then reset FIELD_IDS to 1. If NFIELDS = 3, would the values in the occurrences be: NFIELDS = 3, FIELD_IDS = 1 NFIELDS = 3, FIELD_IDS = 2 NFIELDS = 3, FIELD_IDS = 3 If that's ...
by aaronw
May 18th, 2020, 4:14 pm
Forum: Entry
Topic: CAN'T COPY THE VALUE OF NUMERIC FIELD MORE THAN ONCE
Replies: 6
Views: 3012

Re: CAN'T COPY THE VALUE OF NUMERIC FIELD MORE THAN ONCE

The problem is you're skipping to FIELD_ID which is ahead of C10_HID, C10_NAME, NFIELDS. Notice how the field is grey? This is telling you that the variable is now off path and won't be written to the data file when the case is closed. As a convenience to the enumerator the value still exists if you...
by aaronw
April 30th, 2020, 5:07 pm
Forum: Android
Topic: Scanning barcode CSPro 7.4
Replies: 5
Views: 4283

Re: Scanning barcode CSPro 7.4

I would first try holding the camera at different distances from the barcode. Also try a few different bardcodes. Finally, if you're still having any luck try a different device. I attached my simple test application. Please follow up if you can't read a barcode after trying these few things. barcod...
by aaronw
April 29th, 2020, 7:08 pm
Forum: Entry
Topic: show case tree in desktop
Replies: 4
Views: 2378

Re: show case tree in desktop

Yeah that is really confusing. I think I answered your question, but just to add to the clarification. :lol:

If you want to turn on/off the case tree. Or to turn on/off the case listing (on mobile).