Search found 2399 matches

by josh
July 24th, 2016, 9:23 pm
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4756

Re: Flow control process

What I meant was a working application that we can test.
by josh
July 23rd, 2016, 2:04 pm
Forum: Android
Topic: Answer Options (Value Labels) Not Appearing on Android
Replies: 2
Views: 4059

Re: Answer Options (Value Labels) Not Appearing on Android

It sounds like the version of the application on your Android device is not the same as the one you are running on Windows. Try opening the version of the application that works correctly on Windows, publishing the .pen file again and copying it to the Android device. Then close and reopen the appli...
by josh
July 23rd, 2016, 2:02 pm
Forum: Android
Topic: Multiple choices variable
Replies: 1
Views: 4517

Re: Multiple choices variable

From the help when you search for checkbox: Check Box Check Boxes are used to capture multiple response variables. Items using check boxes must be alphanumeric. Each value in the value set corresponds to one of the responses and will be displayed as a separate check box. When the boxes are checked, ...
by josh
July 23rd, 2016, 1:51 pm
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4756

Re: Flow control process

Can you post an example so we can test it out?
by josh
July 18th, 2016, 9:35 pm
Forum: Android
Topic: PNC
Replies: 1
Views: 3169

Re: PNC

I don't see anything obviously wrong with the PNC file other than that the ClientPath and ServerPath immediately after the put = *.DAT are redundant but that should not cause any problems. You should check the synclog.txt in the CSEntry directory on your Android device to see if it provides any addi...
by josh
June 17th, 2016, 7:06 am
Forum: Other
Topic: FullScreen of data entry
Replies: 2
Views: 3619

Re: FullScreen of data entry

You can add "FullScreen=Yes" to your .pff file. Look under "Run production data entry" in the help for details.
by josh
June 14th, 2016, 1:42 pm
Forum: Entry
Topic: radio button multiple choice
Replies: 4
Views: 4969

Re: radio button multiple choice

This is what we generally refer to as a "cascading question". The answer from the first question determines the possible responses for the second question. To do this you should use the setvalueset function in your program logic. There is a section in the CAPI getting started guide that sh...
by josh
June 14th, 2016, 6:09 am
Forum: Entry
Topic: Roster validation
Replies: 6
Views: 5910

Re: Roster validation

You can use the endgroup command to move on to the next field after the roster.
by josh
June 10th, 2016, 10:10 pm
Forum: Other
Topic: Exporting .not file along with Data file
Replies: 11
Views: 12205

Re: Exporting .not file along with Data file

Make sure that the MAX for the record in your notes dictionary is set to something large - more than the number of lines of the largest note. In my test I set it to 100. If you have it set to 1 (the default) it will only export the first line. If you look in the log file you will see error messages ...
by josh
June 10th, 2016, 9:12 am
Forum: Entry
Topic: execsystem (android)
Replies: 2
Views: 3474

Re: execsystem (android)

Yes it is. See the section on Writing and Viewing Reports in the following lecture notes: http://teleyah.com/cspro/DCJune2015/07-MultimediaGPS/07-MultimediaGPS.pdf If you know a bit of HTML/Javascript you can even create some pretty nice looking charts and graphs. See the following example: https://...