Search found 1775 matches

by Gregory Martin
January 28th, 2016, 7:00 am
Forum: Other
Topic: Postproc
Replies: 1
Views: 3054

Re: Postproc

This kind of check works better in the preproc. That way, before you ask the question about each race group, you can check against the POPULATION variable. Like this: PROC Q_105 preproc if POPULATION = 1 then skip to Q_106; endif ; PROC Q_106 preproc if POPULATION = 2 then skip to Q_107; endif ;
by Gregory Martin
January 28th, 2016, 6:37 am
Forum: Tabulation
Topic: CSPro crashes when changing value sets
Replies: 1
Views: 4251

Re: CSPro crashes when changing value sets

It is possible that there is something wrong with 6.2. A lot of changes were made in 6.2 to support multiple language dictionaries.

Can you send your application to cspro@lists.census.gov? We can then take a look at what is happening.
by Gregory Martin
January 28th, 2016, 5:59 am
Forum: Other
Topic: SnapShot
Replies: 3
Views: 4213

Re: SnapShot

Take a look at the execsystem function in the helps: http://www.csprousers.org/help/html/execsystem_function_(android).htm This code, for example, would take a photo and put it in the same folder as your application, with the photo named after the current date and time: execsystem ( "camera:&qu...
by Gregory Martin
January 13th, 2016, 6:24 pm
Forum: Tabulation
Topic: i can't open CsPro Designer on Windows 7 sp 1
Replies: 6
Views: 9077

Re: i can't open CsPro Designer on Windows 7 sp 1

tertium213, try downloading this:

http://www.csprousers.org/beta/cspro_62_plus_for_icf.7z

Unzip that and run CSPro from that folder. Does CSPro still crash?
by Gregory Martin
January 13th, 2016, 6:20 pm
Forum: Feature Requests
Topic: Size of the CSPro window
Replies: 2
Views: 4500

Re: Size of the CSPro window

If anyone else was bothered by this, you can all be happy that in CSPro 7.0, the size and position of the designer window will be retained from one run of CSPro to the next. I run nearly all my applications fullscreen, so this didn't bother me too much in the past. ;)
by Gregory Martin
December 2nd, 2015, 1:22 pm
Forum: Entry
Topic: GUID in CsPro
Replies: 2
Views: 2753

Re: GUID in CsPro

This week we added a function, uuid, which will return a GUID as a string. It will be part of CSPro 7.0. Look for a beta version of this to come out in the next few months.

In the meantime, you can use Josh's suggestion.
by Gregory Martin
July 28th, 2015, 10:10 am
Forum: Entry
Topic: one question about getdeviceid()
Replies: 1
Views: 2432

Re: one question about getdeviceid()

Right now there is no way to get getdeviceid to return the MAC address of your physical adapter if you're running a VPN. If you are trying to get a unique name for your name, will the getusername function work for you? In the future, we could modify the getdeviceid function to return multiple addres...
by Gregory Martin
July 8th, 2015, 2:45 pm
Forum: Tools
Topic: sort data /Production runner
Replies: 1
Views: 5344

Re: sort data /Production runner

Hello Hashim, This is actually a bug related to the Sort Data tool. Unlike the other tools, it both reads and writes to the .pff file. This is something that we will fix in CSPro 6.2. The other tools open the .pff, read the contents, and execute whatever action. The Sort Data tool opens the .pff, re...
by Gregory Martin
July 1st, 2015, 10:20 am
Forum: Editing
Topic: Modify item name in the dictionary after entry complete?
Replies: 1
Views: 4668

Re: Modify item name in the dictionary after entry complete?

I would suggest that you create a copy of your dictionary and shorten the labels in that dictionary. Then you can use that second dictionary for your exports.
by Gregory Martin
June 22nd, 2015, 8:41 am
Forum: Tabulation
Topic: .pen file
Replies: 3
Views: 7679

Re: .pen file

Hello,

It is possible for us to extract the dictionary for you. If you send your .pen file to greg@csprousers.org, I'll send back your dictionary.