Search found 2399 matches

by josh
June 23rd, 2015, 5:00 pm
Forum: Entry
Topic: Android CsEntry app
Replies: 6
Views: 5077

Re: Android CsEntry app

That error message is not from CSPro. Could it be from your application?
by josh
June 23rd, 2015, 6:56 am
Forum: Entry
Topic: Android CsEntry app
Replies: 6
Views: 5077

Re: Android CsEntry app

Please send the EXACT text of the error message you are getting. If possible send a screenshot. The message as you reported isn't one I can find in our source code.
by josh
June 22nd, 2015, 5:52 pm
Forum: Entry
Topic: Do not move to the next record
Replies: 2
Views: 2880

Re: Do not move to the next record

I'm not sure what you mean. Can you explain a bit more. Maybe send a screenshot with the red circle.
by josh
June 22nd, 2015, 5:50 pm
Forum: Entry
Topic: Exporting Data
Replies: 5
Views: 5783

Re: Exporting Data

Look under "input data" in the .pff file. See the line that is circled in red below. Note that it is a relative file path and if it has ".." in it that means that it will be in a parent directory. So for example if you put your .pff file in the CSEntry directory on your tablet bu...
by josh
June 22nd, 2015, 7:00 am
Forum: Tabulation
Topic: Tabulation error message
Replies: 1
Views: 4782

Re: Tabulation error message

Have you previously used this computer for running tables for a DHS? If so you may have some settings that enable running DHS tables but break regular CSPro tables. See this post: http://csprousers.org/forum/viewtopic.php?f=5&t=597
by josh
June 22nd, 2015, 6:55 am
Forum: Entry
Topic: Exporting Data
Replies: 5
Views: 5783

Re: Exporting Data

After entering data for the first time on the tablet you may need to reboot the tablet for the data file to show up when the tablet is connected to the PC. On certain Android devices files newly created files on the tablet are not scanned until the tablet reboots. You need to make sure that you copy...
by josh
June 22nd, 2015, 6:48 am
Forum: Entry
Topic: Move from roster back to the main record
Replies: 1
Views: 2630

Re: Move from roster back to the main record

The move is executed first which puts you into the mainform. The skip is never executed since control moves to the first field of mainform. Try removing the move and just do the skip directly unless Q219 is before the roster in which use move Q219.
by josh
June 22nd, 2015, 6:43 am
Forum: Entry
Topic: Record with item list
Replies: 7
Views: 6697

Re: Record with item list

In system controlled mode CSPro will not let you enter blank values in fields by default. If you want to allow the user to enter a blank value for a field in system controlled mode you have to explicitly allow it using the logic command set behavior() canenter(notappl).
by josh
June 17th, 2015, 2:40 pm
Forum: Entry
Topic: Android app crash
Replies: 4
Views: 4073

Re: Android app crash

Thanks for sending the application. We have been able to reproduce the problem using you application and it is a bug in CSPro. We are working on a fix.
by josh
June 17th, 2015, 1:21 pm
Forum: Entry
Topic: Record with item list
Replies: 7
Views: 6697

Re: Record with item list

You have two options: 1. Use an occurrence control field in the roster. This is an additional variable in your dictionary that you add to the form that determines the number of rows of the roster. You link it to the roster by right clicking on the roster and entering the name of the variable under &...