Search found 564 matches

by aaronw
April 15th, 2024, 3:59 pm
Forum: Synchronization
Topic: Sync error
Replies: 11
Views: 8773

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.
by aaronw
April 15th, 2024, 3:44 pm
Forum: Android
Topic: use of custom API
Replies: 2
Views: 128

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...
by aaronw
April 15th, 2024, 3:32 pm
Forum: Synchronization
Topic: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
Replies: 3
Views: 2015

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 ...
by aaronw
February 20th, 2024, 12:10 pm
Forum: Entry
Topic: CSWEB 8
Replies: 1
Views: 210

Re: CSWEB 8

Looking here I believe this could be a compatability issue when running Doctrine 2.x and PHP 8.0.

However, a new installation of CSWeb 8.0 will include Doctrine 3.x. My first suggestion is to try clearing the cache by deleting "csweb\var\cache" and seeing if that fixes the issue.
by aaronw
February 20th, 2024, 10:52 am
Forum: Entry
Topic: Failed to contact authentication server. Please contact your site administrator
Replies: 1
Views: 171

Re: Failed to contact authentication server. Please contact your site administrator

As a first step delete "csweb\var\cache." Then try signing in again. If that doesn't work take a look at this post and consider your server configurations. If you have an IT team this would be appropriate for them to look at. viewtopic.php?t=4423
by aaronw
February 7th, 2024, 2:31 pm
Forum: Android
Topic: Drawing a Geometry Polygon using a geojson file
Replies: 3
Views: 289

Re: Drawing a Geometry Polygon using a geojson file

I used your logic and it worked. I would verify the path to the geojson file and make sure the load succeeds. Then I would verify there isn't an issue with the geojson file. My suggestion would be to generate a new one using the Geometry example for your current location. Then display a map for your...
by aaronw
December 12th, 2023, 11:25 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 14741

Re: How do I access a case from the non-external dictionary

I misread your question. You can try SQLQuery as htuser suggests. Another approach is to load the case from the menu, write the case to external dictionary, open new case, access previous case data using the loadcase function.
by aaronw
December 11th, 2023, 10:01 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 14741

Re: How do I access a case from the non-external dictionary

When accessing an external dictionary you must add the external dictionary to the project (File > Add Files). Then when you call a function, provide the dictionary name (e.g., HBS_REGISTRY_DICT). If you have any questions take a look at the simple application that I attached which does a look up usi...
by aaronw
November 6th, 2023, 2:11 pm
Forum: Tools
Topic: Data Settings: How does csweb handle modified cases on relational SQL table?
Replies: 1
Views: 2151

Re: Data Settings: How does csweb handle modified cases on relational SQL table?

The original case should be updated, leaving you with one case. I am assuming when you say modify/delete the case you are doing so though CSEntry.
by aaronw
November 1st, 2023, 3:32 pm
Forum: Synchronization
Topic: error in downloading a file
Replies: 1
Views: 2295

Re: error in downloading a file

An unhandled exception is a generic error. I can't really say what is occurring. However, take a look at this thread. Your issue may be related.

viewtopic.php?p=15782