Search found 1801 matches

by Gregory Martin
February 5th, 2012, 12:52 pm
Forum: Entry
Topic: Execpff
Replies: 2
Views: 4504

Re: Execpff

Maria Teresa, The problem is that CSEntry "locks" the data file when you are entering data. That means that no other program has access to the file. You can test this by running CSEntry and then trying to make a copy of the data file in Windows Explorer. The error message I get on Windows ...
by Gregory Martin
January 31st, 2012, 1:57 pm
Forum: Entry
Topic: resize array dynamically
Replies: 1
Views: 3906

Re: resize array dynamically

Unfortunately there is no way to do this at the moment. I say unfortunately because it would be very convenient to have dynamically-sized arrays or some other kind of collection. Perhaps a future version of CSPro will have this. Your best bet is to just size it at the highest size you can imagine. Y...
by Gregory Martin
January 25th, 2012, 11:14 pm
Forum: Entry
Topic: onstop()
Replies: 2
Views: 4456

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: 8788

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: 7044

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: 4347

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: 4067

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: 14647

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: 4745

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: 14254

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...