Search found 1794 matches

by Gregory Martin
May 9th, 2017, 7:32 am
Forum: Tools
Topic: Export Data from Excel To CSPro Data Entry
Replies: 13
Views: 15045

Re: Export Data from Excel To CSPro Data Entry

Can you send your Excel file to cspro@lists.census.gov? I wrote both the 6.3 and 7.0 tools, so I would like to fix any problems with them.
by Gregory Martin
May 9th, 2017, 7:31 am
Forum: Entry
Topic: Separate boxes for subitems
Replies: 5
Views: 5150

Re: Separate boxes for subitems

From the Options menu, select Drag. Select "Use subitems when present."

Now, when you drag items to the form, it should use the subitems (instead of the parent item).
by Gregory Martin
May 8th, 2017, 8:32 am
Forum: Android
Topic: Very dangerous problem with the function find on android when the dictionnary is the input_dict
Replies: 4
Views: 4560

Re: Very dangerous problem with the function find on android when the dictionnary is the input_dict

Can you send your application to cspro@lists.census.gov? I haven't noticed any other problems with the find function, so I would like to see all of your code and how the data files are being accessed.

If what you say is true, then we definitely need to fix find before we release CSPro 7.0.
by Gregory Martin
May 7th, 2017, 1:05 pm
Forum: Entry
Topic: Cascading many files in Lookup
Replies: 2
Views: 3179

Re: Cascading many files in Lookup

Take a look at page five of this document:

http://teleyah.com/cspro/SouthAfricaOct ... aEntry.pdf

It's titled "Dynamic Value Set from a Lookup File."

It is best to use a lookup file and then use loadcase/setvalueset to dynamically construct cascading value sets.
by Gregory Martin
May 5th, 2017, 10:45 am
Forum: Entry
Topic: Loadcase Error on Andriod Tablet
Replies: 1
Views: 1965

Re: Loadcase Error on Andriod Tablet

It's hard to know what the problem might be without seeing your file/application. If you want, you can send it to cspro@lists.census.gov and we'll take a look at it.
by Gregory Martin
May 5th, 2017, 8:39 am
Forum: Android
Topic: How to hide Variable labels on CAPI Questions
Replies: 1
Views: 2751

Re: How to hide Variable labels on CAPI Questions

There is no way to do this right now with CSPro 6.3. In CSPro 7.0, to be released next week, you will have an option to turn off these labels.
by Gregory Martin
May 4th, 2017, 6:47 pm
Forum: Entry
Topic: Is it possible to load an application on playstore ?
Replies: 5
Views: 4289

Re: Is it possible to load an application on playstore ?

Without the CSEntry source code, there isn't a way for you to recreate the package to upload it on Google Play. In a future version of CSPro we hope to simplify application deployment, but for now your best option is to have people install CSEntry from Play and then distribute the .pff/.pen of your ...
by Gregory Martin
May 4th, 2017, 5:54 pm
Forum: Entry
Topic: How to detect duplicates cases ?
Replies: 9
Views: 7541

Re: How to detect duplicates cases ?

You were right that in the past it was only for external dictionaries. In fact, just this week I updated the help for the find function, so when 7.0 comes out you'll be able to learn about these new features.
by Gregory Martin
May 4th, 2017, 5:51 pm
Forum: Entry
Topic: How to return the type of a variable ?
Replies: 2
Views: 2752

Re: How to return the type of a variable ?

There's no built-in function to do this, but you could do something like this: function IsNumeric( string itemName) IsNumeric = ( getvalue (itemName) <> default ); end ; This would work in most cases, though if the item was numeric and value happened to be default, then it would falsely report as be...
by Gregory Martin
May 4th, 2017, 7:53 am
Forum: Other
Topic: Unexpected ending CSBatch
Replies: 3
Views: 4494

Re: Unexpected ending CSBatch

That's interesting. If you can share your code, please send it to greg@csprousers.org and I can take a look at it. You don't have to send data.