Search found 1799 matches

by Gregory Martin
October 27th, 2014, 5:39 pm
Forum: Other
Topic: Hide the data_entry menu
Replies: 1
Views: 2801

Re: Hide the data_entry menu

Take a look at this:

http://www.csprousers.org/help/html/run ... _entry.htm
The parameter "NoMenus" will open CSEntry in a tablet-friendly mode whereby the case tree and the CSEntry menus and title bar are not shown.
So write:
[DataEntryInit]
FullScreen=NoMenus
by Gregory Martin
October 27th, 2014, 5:32 pm
Forum: Entry
Topic: Changing properties for multiple fields
Replies: 1
Views: 2121

Re: Changing properties for multiple fields

You can definitely change the properties for multiple fields in all the versions after 5.0.1. (I would have noticed if you couldn't, as I use that feature constantly.) One problem is that your selection may include more than just fields. For example, if you've highlighted both fields and text labels...
by Gregory Martin
October 27th, 2014, 5:28 pm
Forum: Entry
Topic: value label in CAPI
Replies: 2
Views: 4037

Re: value label in CAPI

One way to do this, in a more generalizable way, is to use the getlabel function. This way, if you change the labels in your value set, they will automatically be reflected in your program. So you'd write something like this: PROC GLOBAL string genderText; PROC GENDER genderText = getlabel (GENDER,G...
by Gregory Martin
October 27th, 2014, 5:17 pm
Forum: Entry
Topic: Android: CSentry has stopped (android 4.04)
Replies: 8
Views: 8309

Re: Android: CSentry has stopped (android 4.04)

Did you download the application from the beta site, or did you get the released version from the Google Play store:

https://play.google.com/store/apps/deta ... ro.csentry

Let me know if this problem still occurs on the Google Play version and we'll be sure to fix it.
by Gregory Martin
October 16th, 2014, 8:30 pm
Forum: Entry
Topic: Stata to CSPro
Replies: 2
Views: 3617

Re: Stata to CSPro

I'm glad that you solved your problem. Also know that you can always create a CSPro file easily if you can get it to Excel format. Here are instructions:

http://www.csprousers.org/help/html/imp ... format.htm

I'm not sure if Stata has an Export to Excel option though.
by Gregory Martin
October 16th, 2014, 8:28 pm
Forum: Entry
Topic: How to create dynamic valueset for Multiple
Replies: 4
Views: 5044

Re: How to create dynamic valueset for Multiple

Look at how the LANGUAGES_SPOKEN and MAIN_LANGUAGE fields were handled in the Simple CAPI example, available here: C:\Program Files (x86)\CSPro 6.0\Examples\1 - Data Entry\Simple CAPI PROC MAIN_LANGUAGE onfocus // set up the value set using languages that the person speaks; if only one, preselect th...
by Gregory Martin
October 16th, 2014, 8:25 pm
Forum: Entry
Topic: Cannot change field properties
Replies: 3
Views: 3518

Re: Cannot change field properties

ID fields cannot be sequential. However, you can set the ID as persistent and then use logic to assign sequential values to it. See my response here:

http://csprousers.org/forum/viewtopic.p ... =844#p2146
by Gregory Martin
October 16th, 2014, 8:19 pm
Forum: Tabulation
Topic: Linking cells between tables
Replies: 8
Views: 12544

Re: Linking cells between tables

Oh wow, I work on the product and I didn't even know about the tblmed command. (I rarely use the tabulation system.) Thanks for bringing it to my attention. Looking at the code, I see that there is also a function, tblsum, that could prove useful at some point.
by Gregory Martin
October 16th, 2014, 5:46 pm
Forum: Feature Requests
Topic: Printing data entry form
Replies: 9
Views: 18299

Re: Printing data entry form

In your logic you write statements like this: writeform FORM_NAME; Then you use the FViewer tool that is included in the CSPro installation, with the exception of version 5.0, to view the .wrt file that will get created during your data entry application. That will allow you to view the forms and pr...
by Gregory Martin
October 6th, 2014, 7:03 pm
Forum: Entry
Topic: How to create auto file name
Replies: 3
Views: 4186

Re: How to create auto file name

When you want to do this, you create a menu program and write out a PFF with the attributes of the data file that you want to create. Then you launch your data entry application with the execpff or execsystem functions. See this example of a menu program: http://www.csprousers.org/downloads/workshop...