Search found 2399 matches

by josh
March 9th, 2017, 1:22 pm
Forum: Editing
Topic: Batch File to Get Data Entry Result
Replies: 2
Views: 3888

Re: Batch File to Get Data Entry Result

It is possible to do this in batch but it is much easier to do in the export tool. Why do want to do it in batch?
by josh
March 6th, 2017, 11:38 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28536

Re: setvalueSet, extracting from multiple choice question

Not for this particular issue but there are some examples of using checkboxes with dynamic value sets here: http://teleyah.com/cspro/SouthAfricaOct ... rcises.zip

You will need CSPro 7 beta to open the files.
by josh
March 6th, 2017, 7:53 am
Forum: Entry
Topic: Unknown error A 4017
Replies: 9
Views: 8193

Re: Unknown error A 4017

I've been testing your application on my tablet but I'm not able to reproduce the problem. The only thing that I noticed that was suspicious is that in the .sts file (where partial saves are stored) there is an entry for case id 10001 which is clearly invalid since the ids are supposed to be 10 digi...
by josh
March 5th, 2017, 12:51 pm
Forum: Entry
Topic: Unique password
Replies: 3
Views: 3774

Re: Unique password

That is not on our roadmap for the next few releases.
by josh
March 5th, 2017, 12:50 pm
Forum: Other
Topic: Using multiple logic files
Replies: 1
Views: 2762

Re: Using multiple logic files

1) External logic files should not go int the resource folder. Resource folders are for files that are needed on the tablet at runtime. Logic files are used only when you are developing. All logic files in your application will be compiled into your pen file when you publish. You would put a logic f...
by josh
March 5th, 2017, 12:41 pm
Forum: Synchronization
Topic: Last sync time
Replies: 8
Views: 6651

Re: Last sync time

If sync failed then the sync_data function will return 0. If it succeeded then it will return 1. Only save the date to settings if sync_data returns 1.
by josh
March 5th, 2017, 6:38 am
Forum: Entry
Topic: Unique password
Replies: 3
Views: 3774

Re: Unique password

There isn't any built-in password mechanism in CSPro so you would you have to build one yourself. The simplest solution would be to use the prompt function at the start of the application (for example FF preproc) to ask for a password. Then in logic compare it to a password you made up for the enume...
by josh
March 3rd, 2017, 7:11 am
Forum: Entry
Topic: Append Data in CSPro 6.3
Replies: 3
Views: 3541

Re: Append Data in CSPro 6.3

If you are doing this on Windows on a PC you can concatenate the data files together using the concatenate data tool, do a record sort using the sort data tool and then use a different dictionary for the combined file where the max records is now 97 instead of 1 (or whatever the max you expect to ha...
by josh
March 1st, 2017, 8:36 am
Forum: Other
Topic: PNC FILE
Replies: 1
Views: 3179

Re: PNC FILE

Check out the video "CSPro Android Data Transfer - Synchronize Data and Applications" on the CSPro videos page: https://www.census.gov/population/international/training/csprovideos.html There is also an illustrated pdf file on the documentation page: https://www.census.gov/population/inter...
by josh
February 28th, 2017, 8:52 am
Forum: Entry
Topic: Hiding the Title of an Extended Control Window
Replies: 3
Views: 3956

Re: Hiding the Title of an Extended Control Window

The extended controls changed in version 6.2. It looks like the title now comes from the dictionary item label instead of from the value set label. You could get something close to the old behavior by using the shorter label as the item label in the dictionary and then editing the text on the form t...