Search found 163 matches

by justinlakier
May 20th, 2024, 5:42 pm
Forum: Android
Topic: secureing connection string
Replies: 1
Views: 33

Re: secureing connection string

Hello, See the documentation on .csdbe files and Dictionary Security Options . When the password is given as a connection string to the .pff file, it either sets the password for a newly created .csdbe file or attempts to open an existing .csdbe file automatically using that password. Without the pa...
by justinlakier
May 20th, 2024, 3:52 pm
Forum: Android
Topic: Control prompt Input
Replies: 1
Views: 35

Re: Control prompt Input

Hello, the Prompt function works to get a string from the user which follows 4 criteria- password, uppercase, numeric, or multiline. Other criteria cannot be added to the prompt. If you want something like a 4-digit number, you can direct the user to a Numeric field of length 4 on the form, where it...
by justinlakier
May 20th, 2024, 3:35 pm
Forum: Android
Topic: convert csdbe to csdb
Replies: 1
Views: 33

Re: convert csdbe to csdb

Hello, You can open a CSDBE file, go to "File"->"Save As"->"Data", and specify a name with a .CSDB ending in order to save it as an unencrypted data file. Ideally you would synchronize or concatenate your data before this so there is no need to script this. All of your ...
by justinlakier
May 9th, 2024, 3:00 pm
Forum: Entry
Topic: Reading GPS after ending a case
Replies: 2
Views: 218

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

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

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

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

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

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

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...