Search found 1799 matches

by Gregory Martin
January 25th, 2012, 11:14 pm
Forum: Entry
Topic: onstop()
Replies: 2
Views: 4441

Re: onstop()

You are partially correct. OnStop will only get called if some data, not just an ID item, has been entered for the case. If any item is entered, OnStop will be executed. If no items are entered, OnStop will not get called. I don't know why this was the programmed behavior, but my guess it that gener...
by Gregory Martin
January 20th, 2012, 8:26 am
Forum: Feature Requests
Topic: add global procedural section
Replies: 6
Views: 8770

Re: add global procedural section

This is an intriguing idea that I have not thought of before. What are some kinds of scripts that you would put in a preproc/postproc?

If implemented, perhaps these scripts could be implemented similar to the OnKey and OnStop functions, which are default functions that can be overridden.
by Gregory Martin
January 20th, 2012, 8:24 am
Forum: Feature Requests
Topic: Create Linux version of CSpro
Replies: 3
Views: 7039

Re: Create Linux version of CSpro

Agreed, and this may be something that eventually comes out, though probably not for some time. The next big project after the Unicode conversion will be porting CSPro so that it works on mobile devices, including Android tablets/phones. That will at least put some of the code base in Java, which wi...
by Gregory Martin
January 20th, 2012, 8:23 am
Forum: Entry
Topic: how to create binary application from commandline?
Replies: 2
Views: 4339

Re: how to create binary application from commandline?

You must invoke CSEntry with the parameter /binaryWin32. You can also use the optional parameter /binaryName. For example: "C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data Entry.ent" /binaryWin32 "C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data ...
by Gregory Martin
January 17th, 2012, 10:55 am
Forum: Editing
Topic: Multiple logic files
Replies: 1
Views: 4060

Re: Multiple logic files

Mutua, You can see an example here: http://www.csprousers.org/2011/12/09/adding-multiple-logic-files-to-an-application This could be useful for people who create libraries of functions. The same library of functions could be used in many applications. Think of this as similar to include in C/C++ or ...
by Gregory Martin
December 23rd, 2011, 1:53 pm
Forum: Feature Requests
Topic: Unicode support and data entry on Andriod machines
Replies: 12
Views: 14631

Re: Unicode support and data entry on Andriod machines

David, Those are the next steps for CSPro. Currently the Census Bureau staff are implementing Unicode support and in a month or two will be looking for beta testers for this version, CSPro 5. If you are interested in testing this version, let me know. The release version probably won't come out unti...
by Gregory Martin
December 19th, 2011, 11:56 pm
Forum: Other
Topic: Using execsystem to Retrieve a Computer's Username
Replies: 1
Views: 4741

Re: Using execsystem to Retrieve a Computer's Username

Now with CSPro 4.1.002 out, you can use the getusername function instead of using the code above.
by Gregory Martin
December 19th, 2011, 11:21 pm
Forum: Tools
Topic: RDBMS data's storage tools
Replies: 7
Views: 14244

Re: RDBMS data's storage tools

I hope that a RDBMS interface will come out in the next 6-9 months, but it's hard to know what the future holds. Would you want the interface accessible for all aspects of CSPro (data entry, editing, tabulation, and the tools), or would the RDBMS being accessible in Entry and Export be sufficient fo...
by Gregory Martin
December 19th, 2011, 11:20 pm
Forum: Entry
Topic: Data entry over the web
Replies: 1
Views: 4396

Re: Data entry over the web

The development team has not programmed anything like this yet. The future goals of CSPro include web-based data entry, so this is something that is on the radar. I would guess that both RDBMS support and an Android version will be released before HTML-based data entry, but having a RDBMS interface ...
by Gregory Martin
December 7th, 2011, 12:01 am
Forum: Tools
Topic: Changing the Language Settings for CSPro
Replies: 2
Views: 4349

Re: Changing the Language Settings for CSPro

Thanks for the note. The link actually pointed to the correct file, but the name of the link was misleading. I have fixed this problem.