Search found 1793 matches

by Gregory Martin
April 16th, 2013, 12:03 am
Forum: Feature Requests
Topic: Administering videos in CSPro
Replies: 4
Views: 5735

Re: Administering videos in CSPro

p-air is correct. CSPro cannot natively play videos, so your best option is to launch a program that can using the execsystem function, for example:
execsystem('"C:\Program Files\QuickTime\QuickTimePlayer.exe" "My Video.mp4"',wait);
by Gregory Martin
April 15th, 2013, 9:52 pm
Forum: Feature Requests
Topic: improvement of form layout
Replies: 8
Views: 11960

Re: improvement of form layout

There is no way to do this because the color of a field is tied to attributes of data entry: http://csprousers.org/help/html/highlighted_function.htm Programmatically, the only way to change the color of the fields is to set fields to protected using the set attributes statement: http://csprousers.o...
by Gregory Martin
April 4th, 2013, 7:54 pm
Forum: Tools
Topic: Sample Generation Tool
Replies: 8
Views: 10699

Re: Sample Generation Tool

Right-click on the dictionary in the dictionary tree and select Dictionary Macros. From there you can easily create a sample of your data file, specifying what percentage of the data file you want to retain.
by Gregory Martin
March 30th, 2013, 8:39 pm
Forum: Entry
Topic: clear entered value on multiple choice question
Replies: 1
Views: 2747

Re: clear entered value on multiple choice question

If you assign a value to notappl it will be set to blank.
by Gregory Martin
March 30th, 2013, 8:38 pm
Forum: Other
Topic: Rotation of the Statements
Replies: 7
Views: 8001

Re: Rotation of the Statements

Can you post your application here? My sample application works without crashing, so I need to take a look at the modifications that you made.
by Gregory Martin
March 30th, 2013, 8:38 pm
Forum: Editing
Topic: Ctrl + F12
Replies: 8
Views: 10542

Re: Ctrl + F12

If you view your application's Data Entry Options, you can uncheck "Confirm end-of-case." This is what controls the "Accept this..." prompts. You don't have any control over whether you want it to sometimes issue these prompts, however. I can see the appeal of maybe having it on ...
by Gregory Martin
March 30th, 2013, 8:35 pm
Forum: Other
Topic: Exporting CSPro failure-exporting from CSPro 5 to SPSS 20
Replies: 5
Views: 9036

Re: Exporting CSPro failure-exporting from CSPro 5 to SPSS 2

Sam, It's hard to diagnose the problem without seeing the dictionary or the data file. A few things to try: 1) Are you sure that you are selecting the right data file? Often the problem that users have is that they accidentally select one of the other files created by CSEntry when they try to export...
by Gregory Martin
March 30th, 2013, 8:32 pm
Forum: Entry
Topic: Multiple choice question
Replies: 14
Views: 19538

Re: Multiple choice question

Linh, Does it work you to use a checkbox field for the question (the suggestion that Adnane sent)? If so, make C2A an alpha field of length six. Then it can store all of the options for that question. Add each of the options to your value set, and then set the data capture type for the field to be a...
by Gregory Martin
March 26th, 2013, 8:09 am
Forum: Other
Topic: Reading Tab Delimited text file
Replies: 1
Views: 3261

Re: Reading Tab Delimited text file

CSPro will read in the tab as a single space. The problem is that your data file wasn't correct. For example, your BLANK field starts at position 12, but if you look at your file, it should start at position 11 (ID is nine digits, not ten). Perhaps you don't mean to have a record type, which is movi...
by Gregory Martin
March 24th, 2013, 11:07 am
Forum: Entry
Topic: online Data Entry
Replies: 3
Views: 4039

Re: online Data Entry

Creating an Android version of CSPro has taken priority over anything related to online data entry. You might consider looking at other available options, such as REDCap:

http://project-redcap.org/