Search found 2399 matches

by josh
December 28th, 2020, 9:38 am
Forum: Entry
Topic: Data viewe issue
Replies: 5
Views: 2235

Re: Data viewe issue

Can you try on a different computer so we can see if it is an issue with your computer?
by josh
December 27th, 2020, 12:13 pm
Forum: Entry
Topic: Data viewe issue
Replies: 5
Views: 2235

Re: Data viewe issue

I have not seen that error before. It could be an issue with an out of data version of .NET. Please make sure that you have the .net framework 4.7.2 or later installed on your computer. You can download it from here https://dotnet.microsoft.com/download/dotnet-framework/net472 If that does not help ...
by josh
December 27th, 2020, 12:05 pm
Forum: Entry
Topic: PREFILL NAMES ROSTER FROM PRELOADED LOOKUP FILE
Replies: 6
Views: 2946

Re: PREFILL NAMES ROSTER FROM PRELOADED LOOKUP FILE

As the error says, count only works on records that have multiple occurrences. The record PES_PRELOAD_REC is required and has max to set 1 in the dictionary so it cannot have multiple occurrences. In other words, count will be always equal to 1 so there is nothing to count. Your probably should set ...
by josh
December 24th, 2020, 8:54 am
Forum: Synchronization
Topic: Database error: FOREIGN KEY constraint failed
Replies: 4
Views: 2503

Re: Database error: FOREIGN KEY constraint failed

It looks like this may be a problem with csdb files created in older versions of CSPro (7.3 and earlier). We fixed a related issue when creating new csdb files in version 7.4 and above but the data files created in old versions still have this issue. It occurs when you sync a file that has zero case...
by josh
December 23rd, 2020, 7:31 am
Forum: Synchronization
Topic: Database error: FOREIGN KEY constraint failed
Replies: 4
Views: 2503

Re: Database error: FOREIGN KEY constraint failed

Please post sync.log files from both tablets.
by josh
December 23rd, 2020, 7:29 am
Forum: Synchronization
Topic: Sync data of multiple tablets with Dropbox
Replies: 2
Views: 1493

Re: Sync data of multiple tablets with Dropbox

Most people just use the same Dropbox account for all the tablets rather than sharing the folder from account to another. If you want to use multiple accounts it is possible to share the CSPro folder with another Dropbox account but you have to make sure that is in the same location in the other Dro...
by josh
December 22nd, 2020, 12:39 pm
Forum: Entry
Topic: How to select and Delete cases from case
Replies: 2
Views: 1414

Re: How to select and Delete cases from case

You can only delete cases one by one in from the UI. You can write batch program that uses the skip case command to create a new data file with a subset of the cases. See the help on skip case for details.
by josh
December 21st, 2020, 11:53 am
Forum: Synchronization
Topic: Need help on Sync
Replies: 1
Views: 1276

Re: Need help on Sync

You can try opening the data file in CSEntry using your data entry program with the new dictionary. Depending on the changes on you made you may get the correct data, however if you renamed variables in the dictionary they will not show up in the new dictionary. In that case you would need to update...
by josh
December 21st, 2020, 5:38 am
Forum: Entry
Topic: ROSTER ERROR
Replies: 1
Views: 1163

Re: ROSTER ERROR

That is a general error generated by Windows so we can't tell the cause from that. Please post or send us your application (you can post it here as an attachment or email it to cspro@lists.census.gov). Please include detailed steps to reproduce the problem i.e. what to enter to in each field in orde...
by josh
December 19th, 2020, 9:43 am
Forum: Tools
Topic: dataviewer does not show the table viewer in a frequency
Replies: 1
Views: 1621

Re: dataviewer does not show the table viewer in a frequency

I can reproduce the problem. We will fix this.