Search found 566 matches

by aaronw
December 4th, 2020, 2:59 pm
Forum: Entry
Topic: CSDB file refuse to open
Replies: 4
Views: 1743

Re: CSDB file refuse to open

I sent you a private message with the corrected CSDB file attached.
by aaronw
December 4th, 2020, 10:38 am
Forum: Android
Topic: installing csentry in a different folder
Replies: 3
Views: 2448

Re: installing csentry in a different folder

With CSEntry 7.5 new installations will be located "/Android/data/gov.census.cspro.csentry/files/csentry." If you're upgrading from an earlier version of CSEntry the location will be "/csentry." The change was made to support evolving Android security requirements. https://www.cs...
by aaronw
December 4th, 2020, 10:22 am
Forum: Android
Topic: difference between reinstalling and installing a csentry application
Replies: 1
Views: 1258

Re: difference between reinstalling and installing a csentry application

Is it possible the file it marked as "only on first install?"
first-install.PNG
first-install.PNG (4.94 KiB) Viewed 1231 times
by aaronw
December 3rd, 2020, 12:32 pm
Forum: Synchronization
Topic: specifying where clause in sync pff file?
Replies: 5
Views: 2705

Re: specifying where clause in sync pff file?

If your case ids specify the local office, then the sync universe would be perfect. Notice that syncdata takes a optional parameter sync_universe: https://www.csprousers.org/help/CSPro/syncdata_function.html A few paragraphs down the use is explained. Ideally, you could specify a particular local of...
by aaronw
December 3rd, 2020, 12:21 pm
Forum: Android
Topic: Multiple photos
Replies: 1
Views: 1378

Re: Multiple photos

To link the photo to the case include the case ids in the name of the photo. A good way to make photo names unique is to capture the timestamp and use it in the name.

https://www.csprousers.org/help/CSPro/t ... ction.html
by aaronw
December 2nd, 2020, 10:50 am
Forum: Android
Topic: APK Download Link
Replies: 4
Views: 12842

Re: APK Download Link

I sent you a private message with the link.
by aaronw
December 2nd, 2020, 10:48 am
Forum: Entry
Topic: Modify Mode Gives and error
Replies: 1
Views: 1208

Re: Modify Mode Gives and error

When modifying a case you must specify the case. It's likely you're not or the case does not exist. There's a couple ways to do this. In CSPro 7.5 you can use the key property. Otherwise, you can write the startmode like StartMode=Modify;010502 . See the helps for more information: https://www.cspro...
by aaronw
December 1st, 2020, 4:45 pm
Forum: Android
Topic: calculiting the area
Replies: 3
Views: 2022

Re: calculiting the area

CSPro doesn't directly support this currently. One option is to use execsystem to launch a 3rd party application to calculate and store the area.
by aaronw
December 1st, 2020, 3:15 pm
Forum: Entry
Topic: CSWeb - Standard User
Replies: 2
Views: 1210

Re: CSWeb - Standard User

I think this is just a misunderstanding. Create a new role and assign it to a new user.
new-role1.PNG
new-role1.PNG (1.1 KiB) Viewed 1202 times
Now delete the new role and notice the new user's role changes to a standard user.
new-role2.PNG
new-role2.PNG (1.4 KiB) Viewed 1202 times
This ensures a user has a valid role, even if the role was deleted.
by aaronw
December 1st, 2020, 3:05 pm
Forum: Entry
Topic: command line shell
Replies: 4
Views: 2058

Re: command line shell

The command line does not specify the project. You specify the project by running the command line from the working directory of the project.