Search found 166 matches

by savy
May 23rd, 2024, 1:23 pm
Forum: Tabulation
Topic: Drag and drop.
Replies: 10
Views: 8294

Re: Drag and drop.

Please send us a test application to reproduce this behavior to cspro@lists.census.gov
by savy
May 23rd, 2024, 1:21 pm
Forum: Tools
Topic: All fields in the database tables are generated as longtext when using csweb:proccess-cases
Replies: 1
Views: 55

Re: All fields in the database tables are generated as longtext when using csweb:proccess-cases

This behavior is by design. CSPro on the client side stores the csdb data in SQLite format. SQLite is less strict about storing any content in the INTEGER type columns. For example, a record item's numeric column can contain '*' if the data is of invalid type for numeric content and if a dictionary ...
by savy
May 15th, 2024, 1:41 pm
Forum: Other
Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Replies: 5
Views: 241

Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.

Your observation is correct. Sorry for the inconvenience. We fixed the issue now and will publish it in our next release. The page redraw fix was addressed with this fix. const dataTable = $('#dictionary-data-table').DataTable(); let currentPage = dataTable.page(); dataTable.row($(tr)).remove(); con...
by savy
April 25th, 2024, 1:32 pm
Forum: Entry
Topic: Apps sharing the same external data file
Replies: 8
Views: 2517

Re: Apps sharing the same external data file

It appears that you have problem with the php limits. Please refer to this post.
viewtopic.php?p=17620&hilit=Error+uploa ... ror#p17620
by savy
April 17th, 2024, 2:25 pm
Forum: Synchronization
Topic: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
Replies: 4
Views: 4195

Re: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES

The sync issue with partial save is fixed in CSWeb 8.0.
by savy
April 17th, 2024, 2:22 pm
Forum: Synchronization
Topic: Data Sync stops abruptly without any message
Replies: 2
Views: 869

Re: Data Sync stops abruptly without any message

This issue was fixed in CSWeb 8.0
by savy
March 8th, 2024, 1:00 pm
Forum: Feature Requests
Topic: Implementing User-Specific Data Access in CSWeb Server
Replies: 3
Views: 4277

Re: Implementing User-Specific Data Access in CSWeb Server

Unfortunately, this is not supported in the current version of CSWeb. Implementing this by yourself is non-trivial.
by savy
March 8th, 2024, 12:55 pm
Forum: Other
Topic: EXTRACTION
Replies: 3
Views: 4023

Re: EXTRACTION

You could try the system app approach giving the correct command line arguents for WinRAR. While I have not tested this, something like this could work. WinRAR x -pMyPassword "C:\Path\To\Encrypted.zip" "C:\Destination\Directory" Please check WinRAR documentation for the commandli...
by savy
February 26th, 2024, 10:19 am
Forum: Android
Topic: Standard user in CSWeb
Replies: 2
Views: 1183

Re: Standard user in CSWeb

Using a single account to sync data to the server is easier and has no issues.The standard user account allows for syncing from multiple devices. Please review the example application located in Documents\CSPro\Examples 8.0\1 - Data Entry\CAPI Census