Search found 571 matches
- January 6th, 2025, 1:10 pm
- Forum: Entry
- Topic: Decoding BLOB Data Stored as Binary in MySQL (CSENTRY Application)
- Replies: 4
- Views: 3134
Re: Decoding BLOB Data Stored as Binary in MySQL (CSENTRY Application)
@bioams CSWeb allows the blobs to be processed under the settings tab. You can specify a database where the blob will be normallized and stored. This is typically used to display reports. See the data settings helps. https://www.csprousers.org/help/CSWeb/data_settings.html Alternatively, if you want...
- August 21st, 2024, 12:03 pm
- Forum: Synchronization
- Topic: CSWeb administration
- Replies: 1
- Views: 6432
Re: CSWeb administration
We've fixed this issue for the next release. As a workaround I've attached a file with the fix.
- Unzip data.zip
- Copy data.twig file to csweb/templates folder
- Then delete the contents of csweb/var/cache folder for the fix to take effect
- May 22nd, 2024, 9:37 am
- Forum: Entry
- Topic: HH listing and selection
- Replies: 6
- Views: 6234
Re: HH listing and selection
You can also take a look at the CAPI Census example that is installed with CSPro. They examples are located in the Documents folder under CSPro.
- May 16th, 2024, 4:32 pm
- Forum: Android
- Topic: csv using filewrite
- Replies: 3
- Views: 6349
Re: csv using filewrite
There's a lot going on here. Can you try creating a csv file with a single entry by hand and then import it. At least this will let you know if the issue is with the CSV or somewhere else.
- May 13th, 2024, 4:26 pm
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 5
- Views: 7128
Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Thanks for the report. It will be fixed in the next release. Let me know if you need a workaround in the meantime.
- April 29th, 2024, 2:07 pm
- Forum: Tools
- Topic: relative paths in production runner
- Replies: 5
- Views: 9566
Re: relative paths in production runner
You can open the pffRunner file in a text editor and make the paths relative.
- April 18th, 2024, 2:21 pm
- Forum: Android
- Topic: use of custom API
- Replies: 4
- Views: 9403
Re: use of custom API
It's possible I am not thinking something, but technically I think you could port the CSWeb code base to MERN. However, think this would be very impractical. Plus you would need to keep it up-to-date as new versions come out. I haven't used Kubernetes and CSWeb together, but from my understanding Ku...
- April 15th, 2024, 3:59 pm
- Forum: Synchronization
- Topic: Sync error
- Replies: 11
- Views: 21724
Re: Sync error
Maybe the dictionary changed so that a record was required? I would identify which record was causing the issue and then try setting it to not required in the dictionary. Then try exporting again.
- April 15th, 2024, 3:44 pm
- Forum: Android
- Topic: use of custom API
- Replies: 4
- Views: 9403
Re: use of custom API
If you can write JavaScript to hit your endpoint you can call it from CSPro logic using the Action Invoker. https://www.csprousers.org/help/CSPro/action_invoker.html I'm not sure what you mean by "is it possible to sync data to custom made API back end with CSPro code itself." I will say t...
- April 15th, 2024, 3:32 pm
- Forum: Synchronization
- Topic: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
- Replies: 4
- Views: 10724
Re: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
Are you suggesting that the internet cutting out can lead to a complete case being synchronized as a partial case? One motivation to sync partial data to the server is back up the progress, so a lost tablet doesn't lead to lost work. A partially saved case maybe logically complete. For instance, if ...