Search found 1810 matches

by Gregory Martin
June 15th, 2012, 1:33 pm
Forum: Feature Requests
Topic: improvement of form layout
Replies: 8
Views: 12306

Re: improvement of form layout

Number two is something that we will definitely do at some point. It may be introduced as we put in features for the Android version.
by Gregory Martin
June 15th, 2012, 1:29 pm
Forum: Entry
Topic: logic on multi-occuring field
Replies: 5
Views: 6283

Re: logic on multi-occuring field

savepartial is usually used for these reasons: 1) Save the case contents when you are working on a huge entry application and are concerned that the power may cut off and you do not want to lose the data entered. 2) If using laptops/tablets for a CAPI application, you may want to semi-regularly sav...
by Gregory Martin
June 15th, 2012, 10:53 am
Forum: Entry
Topic: using operator controlled and system controlled mode
Replies: 3
Views: 5402

Re: using operator controlled and system controlled mode

Operator-controlled mode is designed to give keyers a lot of control, so it is quite challenging to stop the keyers from being allowed to click on a field. You can do this using logic by adding an onfocus event, but you would have to do this for every field you want to block, and that would be cumbe...
by Gregory Martin
June 15th, 2012, 10:49 am
Forum: Entry
Topic: using CAPI
Replies: 1
Views: 3204

Re: using CAPI

You will most likely use CAPI is you are conducting a survey during which your enumerators take laptops or tablets into the field and conduct the survey using the CSPro. In this case, you probably will not have a paper questionnaire, so all your questions will be incorporated into the data entry pro...
by Gregory Martin
June 14th, 2012, 11:19 am
Forum: Tabulation
Topic: how to concat "%" with data cell(percent)
Replies: 2
Views: 4687

Re: how to concat "%" with data cell(percent)

Vanndy, Unfortunately, there is no way to automatically do this using the current version CSPro. After your table is created you could manually add a percent symbol to each cell, but that would be quite burdensome. You best option is to copy the tables into Excel to format them there. I'm sorry that...
by Gregory Martin
June 12th, 2012, 10:46 am
Forum: Entry
Topic: Change language in CSPro entry form
Replies: 5
Views: 6951

Re: Change language in CSPro entry form

You should use the new version of CSPro, version 5, which supports Unicode. That will allow you to type Khmer characters into alpha fields. Before it is officially released next month, you can get it here:

http://www.csprousers.org/beta/
by Gregory Martin
June 12th, 2012, 10:42 am
Forum: Entry
Topic: datediff function
Replies: 8
Views: 8560

Re: datediff function

You can create the input to the datediff function by combining your three variables, something like this:
datediff(20120612,YEAR * 10000 + MONTH * 100 + DAY);
by Gregory Martin
June 12th, 2012, 10:40 am
Forum: Editing
Topic: setvalueset function
Replies: 3
Views: 5922

Re: setvalueset function

We've changed this behavior so now invalueset will use whatever the "current" value set is, which will be the first value set until you change it by calling setvalueset. This fix will come out in the beta release this week, or you can wait until the final release of CSPro 5 in July.
by Gregory Martin
June 11th, 2012, 7:08 pm
Forum: Editing
Topic: setvalueset function
Replies: 3
Views: 5922

Re: setvalueset function

This actually isn't just a problem in batch applications. It also occurs in data entry applications. If you read the help document on invalueset, it says this: The valueset-name is the name of a value set with the specified item. If the value set name is omitted, the first value set for the item is ...
by Gregory Martin
June 7th, 2012, 11:13 am
Forum: Feature Requests
Topic: relative Paths & alpha tabulation
Replies: 8
Views: 10052

Re: relative Paths & alpha tabulation

Can you give me an example of a case where ExecPFF doesn't work well? Testing it a bit now, I do see that there are some circumstances where the PFF file runs correctly but that the relative paths specified in the PFF file don't get registered properly. (I did this using a CSConcat PFF.) In what cir...