Search found 2399 matches

by josh
June 16th, 2015, 3:45 pm
Forum: Entry
Topic: Android app crash
Replies: 4
Views: 4089

Re: Android app crash

Sorry that you have encountered this crash. I have tried to reproduce it but have not been able to. Would it be possible for you to post an application that exhibits this problem? If not please let me know a bit more detail about how you were able to reproduce the problem. Which capture types are us...
by josh
June 16th, 2015, 3:34 pm
Forum: Entry
Topic: Record with item list
Replies: 7
Views: 6730

Re: Record with item list

If I understand your question correctly I think that it would also be solved by using system controlled mode. As I mentioned in the other post system controlled mode has other implications so please read the online help on it.
by josh
June 16th, 2015, 3:32 pm
Forum: Entry
Topic: Operator ID
Replies: 1
Views: 2330

Re: Operator ID

This is not possible if you use the built-in operator id dialog. You could add your own field on your form for the operator id and then use logic to verify that it does not contain any numbers.
by josh
June 16th, 2015, 3:30 pm
Forum: Entry
Topic: Data entry forms
Replies: 2
Views: 2856

Re: Data entry forms

You can use system controlled mode. You enable this in the data entry options (options menu). Note that switching to system controlled mode has other implications. Read the section on system vs operator control in the online help.
by josh
June 16th, 2015, 3:28 pm
Forum: Entry
Topic: Generate .pen and .pff in CSPro 6.1
Replies: 4
Views: 4409

Re: Generate .pen and .pff in CSPro 6.1

All versions of CSEntry on Android require both .pen and .pff. CSEntry on Android will not generate the .pff automatically. You must run the application on the Windows PC to generate the .pff file and then copy both the .pff and the .pen file to the CSEntry directory on your Android device. I think ...
by josh
June 16th, 2015, 3:25 pm
Forum: Entry
Topic: Dropbox sync
Replies: 37
Views: 40251

Re: Dropbox sync

Yes, the problem where it created multiple versions of the file has been fixed.
by josh
June 16th, 2015, 2:45 pm
Forum: Entry
Topic: Multiple Selection Option
Replies: 4
Views: 4381

Re: Multiple Selection Option

@jbthompson21 you can combine lowercase and uppercase letters plus numbers and symbols to get to 75 options:

a-z: 26 options
A-Z: 26 options
0-9: 10 options
!@#$%^&*()[]{: 13 options

You can also use 2 digit codes if you don't like using symbols.
by josh
June 7th, 2015, 2:12 am
Forum: Tools
Topic: CSPro with with git or other version control software
Replies: 1
Views: 3970

Re: CSPro with with git or other version control software

We recently used CSPro with git for a project with multiple developers working on a survey at once. Since CSPro files are all text, the diffs that you see in the commit history is fairly useable. In the latest version, 6.1, we made some changes to the way files are written to minimize conflicts when...
by josh
June 5th, 2015, 8:30 am
Forum: Entry
Topic: Populating value sets during a survey
Replies: 2
Views: 3290

Re: Populating value sets during a survey

Yes, you can do this using the function setvalueset(). Check out the example at: https://www.dropbox.com/sh/wyizh3ewquvo ... zrKha?dl=0
by josh
June 3rd, 2015, 8:30 am
Forum: Other
Topic: csentry: Application Startup Error
Replies: 4
Views: 5996

Re: csentry: Application Startup Error

I would connect both devices to the PC and look at the contents of the CSEntry side by side to make sure they are exactly the same. If the .pen and .pff files are not in the same folders relative to each other you will get that error. Also verify that you are using the same version of CSEntry on bot...