Search found 160 matches

by justinlakier
May 9th, 2024, 3:00 pm
Forum: Entry
Topic: Reading GPS after ending a case
Replies: 1
Views: 35

Re: Reading GPS after ending a case

Hello, There is a difference between endlevel and the end of a case. Using endlevel , control passes to the postproc of the current level or form above it. You can read the gps in the logic of a postproc so long as the case has not ended. So yes, it is possible to read GPS after and endlevel procedu...
by justinlakier
May 8th, 2024, 10:48 am
Forum: Entry
Topic: Write a batch edit to detect variables modified after entry
Replies: 1
Views: 70

Re: Write a batch edit to detect variables modified after entry

Hello, There is nothing built in CSPro that keeps track of whether data is modified after initial input. You would have to create your own system for this. One method is adding new "parallel" dictionary variables to keep track of the modification status of other variables, although this ca...
by justinlakier
May 6th, 2024, 9:49 am
Forum: Entry
Topic: SQL Database issue
Replies: 1
Views: 46

Re: SQL Database issue

Hello,

Check this issue from ESET Knowledgebase. It contains a guide on how to automatically grant further required permissions using the Microsoft SQL Server Management Studio.

Hope this helps,
Justin
by justinlakier
May 6th, 2024, 9:43 am
Forum: Entry
Topic: Error using Data viewer tool
Replies: 3
Views: 920

Re: Error using Data viewer tool

Hello, See this post and this post from the forums. This error occurs seemingly randomly because something behind the scenes is using the local ports that CSPro needs. You can use a port monitoring tool to find out what and why, and ensure that CSPro has access to a port in the range 50500-50530. Ho...
by justinlakier
April 29th, 2024, 1:58 pm
Forum: Entry
Topic: Menu item without vlaue set
Replies: 1
Views: 870

Re: Menu item without vlaue set

Hello,

If you do not have "display value set code alongside label" ticked, then on Android CSEntry does not display the codes, only the labels. CSEntry on Windows functions differently than on Android. You can test your application on Android to confirm.

Hope this helps,
Justin
by justinlakier
April 29th, 2024, 1:45 pm
Forum: Tools
Topic: .bch to .pen
Replies: 1
Views: 44

Re: .bch to .pen

Hello, the Batch Edit Application File is a JSON specification file reserved for batch edit applications. The Binary Data Entry Application File is a binary file reserved for data entry. You cannot convert between batch and data entry file types since they do different things. Batch edits are comple...
by justinlakier
April 29th, 2024, 1:30 pm
Forum: Entry
Topic: daa entry using map points
Replies: 2
Views: 54

Re: daa entry using map points

Hello, For "Listing with Map", you can open the application in the CSPro Designer and go to Options -> Map Case Listing. This gives you the option to have a map as the display of the case listing on mobile using lat/long variables you choose from your dictionary. You can see the documentat...
by justinlakier
April 29th, 2024, 1:05 pm
Forum: News
Topic: CSPro 8.0 released
Replies: 5
Views: 5200

Re: CSPro 8.0 released

Hello,

Sometimes opening a file in 8.0 makes changes to it, and files modified in or created by 8.0 are not backwards compatible with 7.7.3. Could you attach the file or email it to cspro@lists.census.gov?

Thank you,
Justin
by justinlakier
April 25th, 2024, 10:44 am
Forum: Entry
Topic: ow to use the new Operational Control Application
Replies: 1
Views: 789

Re: ow to use the new Operational Control Application

Hello, The new menu application should resemble your old approach. This is meant to be a quick and beginner-friendly way to get a menu started, since the operational control center was such a common strategy on surveys. An example of a menu is found in the examples folder in 1- Data Entry under the ...
by justinlakier
April 24th, 2024, 4:46 pm
Forum: Entry
Topic: Apps sharing the same external data file
Replies: 8
Views: 1031

Re: Apps sharing the same external data file

Hello, If you need more examples, you can check the CSPro Examples folder, where the CAPI Census example uses shared external dictionaries and deploy scripts. If this does not help, please attach your zipped application here or send it to cspro@lists.census.gov if it is confidential, so that we can ...