Search found 42 matches

by kakinyim
May 31st, 2013, 1:43 pm
Forum: Entry
Topic: Adding/Modifying Items' Values after Data Entry Has Begun
Replies: 8
Views: 8716

Re: Adding/Modifying Items' Values after Data Entry Has Begu

I realized that I excluded a few possibilities from values I listed for certain items, but encoders have already begun data entry. How do I modify the dictionary and pass this on to encoders so that they can use the updated dictionary without affecting anything else they've already entered? You nee...
by kakinyim
May 31st, 2013, 12:55 pm
Forum: Entry
Topic: Permanent file path in binary application
Replies: 3
Views: 4025

Re: Permanent file path in binary application

mardelhi1: There are a couple of places you can see examples of setfile & filecreate command. One obvious place is in the CSPro help. Another place is from this forum where some users have shared examples. Please check the attachment on http://csprousers.org/forum/viewtopic.php?f=1&t=603&...
by kakinyim
May 31st, 2013, 12:39 pm
Forum: Entry
Topic: Adding/Modifying Items' Values after Data Entry Has Begun
Replies: 8
Views: 8716

Re: Adding/Modifying Items' Values after Data Entry Has Begu

Bernices: by modifying (swapping?) item values can be tricky. Am assuming you had a value like 2 and you want to change to 3, etc. Here, you will have to backup your data and make the changes. Before you merge/release the backed up data, you will have to reformat the data so that old and new item va...
by kakinyim
April 21st, 2013, 1:29 pm
Forum: Editing
Topic: Wrap WRITE() function parameters
Replies: 1
Views: 3937

Wrap WRITE() function parameters

I have a very long Write function parameters such as write("%s",itemList(SERIAL_NUMBER, PROVINCE, COUNTY, DISTRICT, MUNICIPALITY_LOCAL_AUTHORITY, NAME_OF_HOUSING_Homebuilders, SEX, AGE, BUILDER1_SKILLED_MALE, BUILDER1_SKILLED_FEMALE, BUILDER1_UNSKILLED_MALE, BUILDER1_UNSKILLED_FEMALE, BUIL...
by kakinyim
April 3rd, 2013, 4:45 pm
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17139

Re: Running PFFs on a server

For those who wish to know/see how I run PFF over LAN: This is what I do to run CSPro data entry over LAN. This way am able to do updates centrally whenever need arises and I can copy data from the central location. There are challenges though but this way have found to be the best trade-off. First ...
by kakinyim
March 26th, 2013, 7:24 am
Forum: Other
Topic: Reading Tab Delimited text file
Replies: 1
Views: 3274

Reading Tab Delimited text file

I am trying to read a tab-delimited file into a CSPro DCF but seems not possible. Is there a standard way to read these files? I have tried to equate a tab to a single space but does not recognise that instead I get a small box displaying where the tab is. Even at http://www.csprousers.org/ , no one...
by kakinyim
February 26th, 2013, 9:32 am
Forum: Tabulation
Topic: Tabulating variables across record types
Replies: 3
Views: 6868

Re: Tabulating variables across record types

Thank you Greg, I have tested the two approaches and all are working.

Long live CSPro.
by kakinyim
February 26th, 2013, 3:58 am
Forum: Tabulation
Topic: Tabulating variables across record types
Replies: 3
Views: 6868

Tabulating variables across record types

I need to run a table that uses variables from different record types such as gender in record type A and education level completed in record type B . How can CSPro handle this? The biggest problem is to select the right 'Unit Tallied'. I have tried the working dictionary but is not working. Someone...
by kakinyim
February 23rd, 2013, 5:29 am
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17139

Re: Running PFFs on a server

I do all my data entry from server. I have implemented a very nice approach which can handle more than 100 keyers at the same time. Greg, I had posted in this forum how I do it, maybe you can let 'Nevillefc' have a look at the post (I cant see it). Alternatively, he can contact me for detailed step ...
by kakinyim
July 29th, 2012, 4:56 am
Forum: Feature Requests
Topic: Tabulation from Parameters passed from Web Browser
Replies: 1
Views: 5516

Tabulation from Parameters passed from Web Browser

In need to provide parameters from a web browser directly to a tabulation syntax as in the example below: {Application 'RECENT_HOUSEHOLD_DEATHS' logic file generated by CSPro } PROC GLOBAL PROC QUESTIONNAIRES {Generated Code} Preproc BREAK BY PROVINCE , COUNTY ; PROC TABLE1 {Generated Code} Tally CR...