Search found 1791 matches

by Gregory Martin
May 30th, 2014, 2:16 pm
Forum: Editing
Topic: Trouble Exporting to Stata
Replies: 6
Views: 10004

Re: Trouble Exporting to Stata

Hey Will, Are you using the most recent beta? If so, there is a problem with the export tool. I accidentally introduced a bug in the tool, which is fixed, and will be released in the next beta, which will probably come out next week. So you can either: 1) Use the released CSPro 5.0.3 for your export...
by Gregory Martin
May 28th, 2014, 2:54 pm
Forum: Entry
Topic: Show Function
Replies: 3
Views: 3000

Re: Show Function

I would have to see your code to know what is occurring your program. We have not received any reports of the show command not working, so I suspect that there may be a problem with your code. You can email us at csprousers@gmail.com.
by Gregory Martin
May 28th, 2014, 2:41 pm
Forum: Editing
Topic: Total cases
Replies: 2
Views: 5171

Re: Total cases

The listing file that is shown after a batch application runs displays the number of cases and records. If you need that information in logic, you might consider writing code like this: PROC GLOBAL numeric caseCounter; numeric recordCounter; PROC APPLICATION_FF errmsg ( "There were %d cases and...
by Gregory Martin
May 20th, 2014, 8:58 am
Forum: Entry
Topic: Merging form files
Replies: 1
Views: 3030

Re: Merging form files

This is not an easy task. You have two options: 1) Create a new form in your base application, copy all the fields from a form in the other application, and paste them to your newly created form. You'll have to do this separately for each form, and you need to make sure that your base application di...
by Gregory Martin
May 20th, 2014, 8:21 am
Forum: Entry
Topic: var notappl
Replies: 1
Views: 1744

Re: var notappl

You could write:
if VAR01 = 1 then
    VAR02 =
888;
    VAR03 =
888;
    VAR04 =
888;
    
advance to VAR05;
endif;
by Gregory Martin
May 8th, 2014, 11:43 am
Forum: Editing
Topic: BOM-problems (UTF-8)
Replies: 2
Views: 5757

Re: BOM-problems (UTF-8)

The Unicode Standard that you quote also explains why we decided to use the BOM: "can serve as signature for UTF-8 encoded text where the character set is unmarked." CSPro data files have no metadata attached to them, so the file is unmarked. We needed a way to differentiate between ANSI f...
by Gregory Martin
May 6th, 2014, 9:47 pm
Forum: Other
Topic: Thank you!
Replies: 3
Views: 4195

Re: Thank you!

Yeah, I've definitely wanted a setvalue function for a while, particularly for using with the userbar. I originally was going to name it assign, but it ended up as setvalue.
by Gregory Martin
May 5th, 2014, 2:01 pm
Forum: Entry
Topic: error message
Replies: 1
Views: 2209

Re: error message

Is this related to your message from 29 April?
by Gregory Martin
May 5th, 2014, 2:00 pm
Forum: Entry
Topic: format form
Replies: 1
Views: 1912

Re: format form

If you cut form elements (fields, boxes, etc.) from one form and paste them to another, the formatting will be preserved. You can also multi-select elements if you want to rearrange whole sections of a form.
by Gregory Martin
May 1st, 2014, 2:59 pm
Forum: Entry
Topic: Multiline Layout
Replies: 1
Views: 2499

Re: Multiline Layout

Thanks for pointing out this bug to us, Stavros.

We've fixed the problem and the fix will come out in the CSPro 6.0 release. Alternatively, you can get the fix now in the latest beta, which will be released later today. You can get that here: http://www.csprousers.org/beta