Search found 156 matches

by justinlakier
April 29th, 2024, 1:58 pm
Forum: Entry
Topic: Menu item without vlaue set
Replies: 1
Views: 96

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

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

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

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

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

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

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

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...
by justinlakier
April 22nd, 2024, 2:56 pm
Forum: Entry
Topic: Item Divider for Menu
Replies: 1
Views: 454

Re: Item Divider for Menu

Hello, Referring to this post , you can add the divider to the value set and make sure in the PostProc that the divider was not selected. You can also use a customized htmldialog for this. You might either pass in the value set as input data or hard-code the value set in the HTML file if it is not s...
by justinlakier
April 22nd, 2024, 1:16 am
Forum: Entry
Topic: Apps sharing the same external data file
Replies: 8
Views: 313

Re: Apps sharing the same external data file

Hello, here is the documentation on external data files. It has links to the documentation pages for lookup files and inserting/dropping files from an application as well. To have two apps share an external data file, add the dictionary to both as an external file by going to File -> Add Files -> Ex...