Search found 158 matches

by justinlakier
May 6th, 2024, 9:49 am
Forum: Entry
Topic: SQL Database issue
Replies: 1
Views: 18

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: 900

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: 266

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: 39

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: 49

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: 4922

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: 467

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: 572

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 ...
by justinlakier
April 22nd, 2024, 4:16 pm
Forum: Entry
Topic: chanege value of external data file
Replies: 2
Views: 634

Re: chanege value of external data file

Hello, You can use WriteCase to update existing cases of an external data file. See posts on WriteCase here and here . If you want to use WriteCase() to edit a particular existing case, first load that case into memory with LoadCase() on that case's ID items, modify the item in memory that you want ...
by justinlakier
April 22nd, 2024, 3:04 pm
Forum: Android
Topic: Hide program in csEntry
Replies: 2
Views: 316

Re: Hide program in csEntry

Hello, You can open an application's .pff file in a text editor of your choice and add "ShowInApplicationListing=Never" to the [Run Information] section to make sure that the application is hidden from the user in CSEntry. More details are available at the pff properties documentation here...