Search found 2399 matches

by josh
May 24th, 2017, 11:24 pm
Forum: Tools
Topic: Multiple Binary To One Occurrence Variance
Replies: 4
Views: 5460

Re: Multiple Binary To One Occurrence Variance

You have put the code in the proc global and only declarations are allowed in global. Try putting it in the level proc instead (PROC RAW_LEVEL).

You will also need to set the occurrences for Q1 to 4 in your dictionary.
by josh
May 24th, 2017, 11:18 pm
Forum: Entry
Topic: Error message
Replies: 14
Views: 11047

Re: Error message

What is the version number and build date?

What is the error message number?
by josh
May 24th, 2017, 4:48 am
Forum: Tools
Topic: Multiple Binary To One Occurrence Variance
Replies: 4
Views: 5460

Re: Multiple Binary To One Occurrence Variance

This code hasn't been tested but I think something like this should work: numeric nextEntry = 1 ; if Q1_1 = 1 then Q1(nextEntry) = 1 ; nextEntry = nextEntry + 1 ; endif ; if Q1_2 = 1 then Q1(nextEntry) = 2 ; nextEntry = nextEntry + 1 ; endif ; if Q1_3 = 1 then Q1(nextEntry) = 3 ; nextEntry = nextEnt...
by josh
May 23rd, 2017, 11:16 pm
Forum: Entry
Topic: Error message
Replies: 14
Views: 11047

Re: Error message

That is also a error reading the data file. You should never get the "no text provided for this message" unless you have some development build of CSPro or something is corrupted in your installation. Is this on Android or Windows? What is the version and build date. On Windows you can fin...
by josh
May 23rd, 2017, 9:04 am
Forum: Android
Topic: Index was out of range.
Replies: 7
Views: 5973

Re: Index was out of range.

I eventually got it at both addresses. I think the listserv was just being slow today. I sent you a fixed version of the file via email that should work. It seems like the file was created in an old beta version of CSPro 7 after which the file format was changed so the new version was unable to read...
by josh
May 23rd, 2017, 7:31 am
Forum: Android
Topic: Index was out of range.
Replies: 7
Views: 5973

Re: Index was out of range.

I didn't get it. Maybe our spam blocker doesn't like the attachment. Try sending it to csprojosh@gmail.com.
by josh
May 23rd, 2017, 5:00 am
Forum: Android
Topic: Index was out of range.
Replies: 7
Views: 5973

Re: Index was out of range.

Ok. Please post or send the data file.
by josh
May 23rd, 2017, 12:50 am
Forum: Android
Topic: Sync problem from phone to csweb
Replies: 8
Views: 6364

Re: Sync problem from phone to csweb

You can use the private message function of this forum or you can email to cspro@lists.census.gov
by josh
May 22nd, 2017, 11:18 am
Forum: Android
Topic: Index was out of range.
Replies: 7
Views: 5973

Re: Index was out of range.

Do you get the same error if you use the export data tool or is it just in the DataViewer? Can you post your data file or email it to cspro@lists.census.gov?
by josh
May 22nd, 2017, 8:19 am
Forum: Android
Topic: Sync problem from phone to csweb
Replies: 8
Views: 6364

Re: Sync problem from phone to csweb

Make sure your phone can access the internet. I've seen a similar error when my tablet was not connected to the internet.

If that isn't the problem then can you send me a username/password I can use to test sync with your site from? You can send it to me by private message.