Search found 1826 matches

by Gregory Martin
July 22nd, 2024, 8:20 am
Forum: Entry
Topic: Adding second language in the dictionary in CSPro 8.0
Replies: 1
Views: 371

Re: Adding second language in the dictionary in CSPro 8.0

The fastest way would be to add your new labels using Dictionary Macros: https://www.csprousers.org/help/CSPro/dictionary_macros.html This allows you to specify the labels in a tabular format and paste them in. However, If you want to modify the .dcf file, you have to modify the labels, which are sp...
by Gregory Martin
July 15th, 2024, 9:51 am
Forum: Entry
Topic: Font Size and Sentence Display Issues in Local Language
Replies: 1
Views: 1130

Re: Font Size and Sentence Display Issues in Local Language

Are you running your application on Windows or on Android? If on Windows, you can change the default fonts for form text and fields using two dialogs: https://www.csprousers.org/help/CSPro/change_default_text_font.html https://www.csprousers.org/help/CSPro/change_field_font.html You can change the f...
by Gregory Martin
July 15th, 2024, 9:17 am
Forum: Entry
Topic: Conditional Questions are not working properly
Replies: 4
Views: 1715

Re: Conditional Questions are not working properly

Are you testing on Windows? I ran your application using CSEntry 7.7 and I see the question text correctly. See the attached image.
capi text.png
capi text.png (3.03 KiB) Viewed 765 times
by Gregory Martin
July 8th, 2024, 7:18 pm
Forum: Entry
Topic: Issues when passing Key to modify in the pff
Replies: 2
Views: 1011

Re: Issues when passing Key to modify in the pff

Using StartMode is supported only for backwards compatibility. For all applications I encourage people to use the Key property instead, because then you don't have to worry about start/modify mode. From the helps: Key= specifies the case ID to automatically open. If a key is provided that exists in ...
by Gregory Martin
July 8th, 2024, 5:29 pm
Forum: Feature Requests
Topic: CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
Replies: 2
Views: 1331

Re: CSPro logic interpreter as ESM6 and fetch CSWeb package.json files

Regarding b) If you know the local package files, you can send them up to the GET /apps/{application_name} endpoint using the x-csw-package-files header. The header should contain a JSON array, with objects with the following keys: path, signature (the file MD5), and onlyOnFirstInstall. This header ...
by Gregory Martin
July 8th, 2024, 5:03 pm
Forum: Feature Requests
Topic: Add time control for data entry
Replies: 4
Views: 2748

Re: Add time control for data entry

We'll add a time control to the list of feature requests. I can see how it, as well as a combined date/time control, would be useful.
by Gregory Martin
July 8th, 2024, 4:58 pm
Forum: Entry
Topic: gps function in preproc
Replies: 5
Views: 2708

Re: gps function in preproc

Sorry for the delayed response. This went out in a CSEntry update that went out on June 18.
by Gregory Martin
July 8th, 2024, 4:36 pm
Forum: Entry
Topic: Code does not work in Android , but works in Windows
Replies: 5
Views: 1335

Re: Code does not work in Android , but works in Windows

Did you copy the file "resources/SampleFrameForHHSurvey_MP.csdb" to Android? You must copy it to a "resources" subdirectory in the directory where your .pen file is.

I see your valueset properly when I run it using CSPro 8.0.
by Gregory Martin
July 5th, 2024, 12:26 pm
Forum: Other
Topic: Determining the language - Unicode
Replies: 3
Views: 624

Re: Determining the language - Unicode

I understand your question differently from how Justin interpreted it. First, there is no such thing as "Unicode language." Unicode is a system for encoding characters, including English characters. The characters used by different languages are defined in different ranges, as you can see ...
by Gregory Martin
July 5th, 2024, 12:12 pm
Forum: Android
Topic: SetOccLabel Function Erorr in v8
Replies: 7
Views: 1899

Re: SetOccLabel Function Erorr in v8

Sorry, there was confusion when we created the release two weeks ago and the fix for your issue did not make it into the build. We are creating a new one now that will fix the problem. The version will still appear as 8.0.1, but you will be able to tell in Google Play that is has been updated (when ...