Search found 1790 matches

by Gregory Martin
July 5th, 2017, 8:11 am
Forum: Entry
Topic: ERROR:You must assign the result of the function to an alpha
Replies: 12
Views: 12536

Re: ERROR:You must assign the result of the function to an alpha

You may want to review the CSPro documentation concerning logic. Your syntax is not valid CSPro syntax. You do not need to put quotation marks around variable names. "Count" also does not mean anything, and the skip statement works to move to a field, it cannot be used to make an assignmen...
by Gregory Martin
July 4th, 2017, 11:26 am
Forum: Entry
Topic: How to hide application listing on Android
Replies: 6
Views: 7233

Re: How to hide application listing on Android

Your code seems fine. Is it possible that you have a PFF file from previous testing still in the csentry folder and that that is what is showing?

Try deleting everything from the csentry folder and putting everything back on. Does it still show up?

Is so, send the PFF file to cspro@lists.census.gov.
by Gregory Martin
July 4th, 2017, 11:23 am
Forum: Tabulation
Topic: Batch Tabulation
Replies: 1
Views: 4233

Re: Batch Tabulation

You can do this, but this is mostly done by CSPro users who adopt the DHS (and I believe MICS) model of tabulation. There is no documentation about this in the CSPro helps. Unless anyone on the forum has done this and can help, you best option is to contact ICF to see if they have any documentation ...
by Gregory Martin
July 4th, 2017, 11:21 am
Forum: Android
Topic: Generate CAPI questions
Replies: 18
Views: 290020

Re: Generate CAPI questions

There is no way to do this automatically. If you had some programming skills, you would read in the dictionary (.dcf) and write out the CAPI questions (.qsf) file. They are both text files, but this task would not be trivial.
by Gregory Martin
July 4th, 2017, 11:18 am
Forum: Entry
Topic: Cspro logic
Replies: 3
Views: 3817

Re: Cspro logic

If you go with the suggestion from jfigueroa, here is a comment on the logic. When extracting substrings, the second part after the colon is the number of characters requested, not the ending character. So you would write:
ls_extract = my_string[3:2];
by Gregory Martin
June 26th, 2017, 4:40 pm
Forum: Android
Topic: Repeat group
Replies: 5
Views: 5733

Re: Repeat group

You'll have to provide more details about what you're interested in doing. The Getting Started Guide has information about repeating records:

https://www.census.gov/population/inter ... tart70.pdf
by Gregory Martin
June 26th, 2017, 4:36 pm
Forum: Editing
Topic: HOW TO USE THE OLD VERSION FILE IN NEW VERSION CSPro 7 or further??
Replies: 1
Views: 3371

Re: HOW TO USE THE OLD VERSION FILE IN NEW VERSION CSPro 7 or further??

CSPro is backwards compatible for the most part. Can you describe the problem that you're having? If you're using CSPro 7.0, can you regenerate the .pen file using CSPro 7.0? Still, even if you don't do that, CSPro 6.3 should run properly, with few exceptions.
by Gregory Martin
June 26th, 2017, 1:31 pm
Forum: Entry
Topic: Exceltocspro
Replies: 3
Views: 3412

Re: Exceltocspro

Do you have the latest version of .NET? You can get the version used in the Excel to CSPro tool here:

https://www.microsoft.com/en-us/downloa ... =dotnet462
by Gregory Martin
June 26th, 2017, 1:12 pm
Forum: Entry
Topic: CHANGE VARIABLE INTO CHOICE OPTION IN ANOTHER QUESTION
Replies: 14
Views: 13212

Re: CHANGE VARIABLE INTO CHOICE OPTION IN ANOTHER QUESTION

Look at the Simple CAPI example, located here:

<your examples folder>\CSPro\Examples 7.0\1 - Data Entry\Simple CAPI

Look at PROC MAIN_LANGUAGE and see how it references the open-ended text field LANGUAGES_SPOKEN_OTHER.
by Gregory Martin
June 19th, 2017, 12:54 pm
Forum: Feature Requests
Topic: Not allowing case deletion in data entry mode
Replies: 2
Views: 5324

Re: Not allowing case deletion in data entry mode

You did indeed find the answer! That's a new feature in CSPro 7.0.