Search found 1794 matches

by Gregory Martin
February 24th, 2013, 12:39 pm
Forum: Entry
Topic: Batch error report for current case
Replies: 2
Views: 3373

Re: Batch error report for current case

The problem with your idea is that CSEntry, the data entry program, locks your data file, meaning that you will not be able to read it from a batch program until you stop data entry while in CSEntry (or close CSEntry completely). One way to solve your problem is to: 1) Write a menu program that laun...
by Gregory Martin
February 24th, 2013, 12:13 pm
Forum: Entry
Topic: Csentry run slowly
Replies: 11
Views: 71829

Re: Csentry run slowly

Unfortunately, the Android version will not be ready in the next three months. If you are planning for CAPI data collection using CSPro in the next half year, I would not plan on purchasing Android devices. There will hopefully be a version for Android to test (as a beta version) towards the end of ...
by Gregory Martin
February 24th, 2013, 12:10 pm
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17130

Re: Running PFFs on a server

Mutua, do you remember when you posted your code? I see only four posts from you (at least while logged in as kakinyim), and none are concerning this matter. Nevillefc, if you're using an ENC file, you create the PFF in the same way that you do with a ENT. In fact, you don't have to change anything ...
by Gregory Martin
February 21st, 2013, 2:23 pm
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17130

Re: Running PFFs on a server

The PFF instructs CSPro (and in your case, CSEntry) what to do, and you have great control over the parameters, in particular the Files section: [Files] Application=.\Census Data Entry.ent InputData=.\Popstan Census.dat You can place your application on a server and then have all of your keyers run ...
by Gregory Martin
February 19th, 2013, 7:50 pm
Forum: Entry
Topic: problems with export
Replies: 3
Views: 4853

Re: problems with export

Hey Anne, The problem is that you need the dcf2ddi.xslt file, which wasn't included by default in the CSPro 5.0 installation. We'll make sure that it's in for the 5.0.3 release. You can download the file here: http://www.csprousers.org/forum/download/file.php?id=77 Copy that file to your installatio...
by Gregory Martin
February 19th, 2013, 7:34 pm
Forum: Tabulation
Topic: Can't create tables (Invalid CrossTab Parameter)
Replies: 5
Views: 11761

Re: Can't create tables (Invalid CrossTab Parameter)

Did you at one point do any work on a Demographic and Health Survey? There are some registry / environment settings that affect how the tables are compiled, and I'm wondering if that is what is causing the problem. People who have previously worked on DHS projects sometimes have issues. If you haven...
by Gregory Martin
February 19th, 2013, 7:12 pm
Forum: Entry
Topic: hiding field references in forms while in CAPI mode
Replies: 1
Views: 2840

Re: hiding field references in forms while in CAPI mode

Unfortunately, at the moment there is no way to hide the fields on a form. Your best option may be to create a new form for each field. At least in this way, once you enter data, you will go to the next form and your previous field will no longer visible. What is your motivation for hiding the enter...
by Gregory Martin
February 19th, 2013, 11:09 am
Forum: Tabulation
Topic: Converting/sharing tables
Replies: 1
Views: 3934

Re: Converting/sharing tables

Your two easiest options are: 1) View the table in CSPro, select the entire table (Ctrl+A), copy it to the clipboard (Ctrl+C), and then paste it to Excel (Ctrl+V). All of the formatting won't copy over, but you'll get the data. 2) When viewing the tables, you can select File -> Save As, select the t...
by Gregory Martin
February 19th, 2013, 11:01 am
Forum: Tabulation
Topic: Regroup all the values ​​that are less than 1
Replies: 7
Views: 8156

Re: Regroup all the values ​​that are less than 1

I answered this over email, but for the sake of anyone else, here is how you would regroup values less than 3: do idx = 1 while idx <= ( tblrow (TABLE1) - 1 ) if TABLE1(idx, 0 ) < 3 then inc (TABLE1( tblrow (TABLE1), 0 ),TABLE1(idx, 0 )); inc (TABLE1( tblrow (TABLE1), 1 ),TABLE1(idx, 1 )); TABLE1(id...
by Gregory Martin
February 19th, 2013, 10:54 am
Forum: Tools
Topic: Cspro version shifter (Install probleme)
Replies: 3
Views: 5469

Re: Cspro version shifter (Install probleme)

Adnane,

Make sure that you have the .NET framework installed on your computer. Most of the tools require this to function. You can download it for free here: http://www.microsoft.com/net/download