Search found 1799 matches

by Gregory Martin
September 26th, 2023, 9:28 am
Forum: Entry
Topic: getvaluelabel
Replies: 6
Views: 12773

Re: getvaluelabel

The getvaluelabel function isn't looking at the capture type (checkbox), so it's not formatting your checked options appropriately. You can do something like this in your question text: ~~GetCheckboxLabel()~~ And then add a user-defined function: function string GetCheckboxLabel() string labels; do ...
by Gregory Martin
September 21st, 2023, 6:29 am
Forum: Other
Topic: CsEntry via Web
Replies: 2
Views: 2821

Re: CsEntry via Web

What you're asking for is computer-assisted web interviewing (CAWI), which we're planning on working on as soon as CSPro 8.0 is released.

We're a small team and have other commitments though, so I don't think it will be ready in the near future, but hopefully in a year or two.
by Gregory Martin
September 21st, 2023, 6:27 am
Forum: Entry
Topic: Language Change
Replies: 5
Views: 13764

Re: Language Change

1) Click on the kebab menu in the top-right. (https://ux.stackexchange.com/questions/ ... -3-lines-h).

2) You'll see an option to change the language.
by Gregory Martin
September 20th, 2023, 2:42 pm
Forum: News
Topic: fichier dans le serveur
Replies: 1
Views: 3101

Re: fichier dans le serveur

There is no automatic way in logic to delete files on a server. However, you can do this from the CSWeb interface: 1) Click on Files (on the menu on the left). 2) You'll see the files that are on the server. 3) You can select directories, or multiple files. 4) Click on the trash can icon. More detai...
by Gregory Martin
September 20th, 2023, 2:18 pm
Forum: Android
Topic: Set update server programmatically
Replies: 1
Views: 3791

Re: Set update server programmatically

Our current API for inter-Android application communication doesn't allow you to update the application via parameters from an Intent, though we'll keep this in mind for future development. You can use syncapp to update the application programmatically: https://www.csprousers.org/help/CSPro/syncapp_...
by Gregory Martin
September 20th, 2023, 2:15 pm
Forum: News
Topic: New Version of CSPro
Replies: 3
Views: 4628

Re: New Version of CSPro

We're hoping to get the beta out this week; if not this week, definitely next week. The main features include: Binary dictionary items (making it easier to sync binary data without needing to use syncfile) A questionnaire viewer that displays case data in a nice format The Action Invoker, a new fram...
by Gregory Martin
September 19th, 2023, 12:41 pm
Forum: Synchronization
Topic: Synchronize code probem
Replies: 5
Views: 7090

Re: Synchronize code probem

Add ".csdb" to the file extension. Usually CSPro will do it automatically if you type the filename and then change the Source Type, but if you type the filename last, CSPro will use the extension of the filename (which in your case is ".Brinjal_Sample"), which will default to a t...
by Gregory Martin
September 18th, 2023, 8:50 am
Forum: Synchronization
Topic: Synchronize pictures from device to server
Replies: 4
Views: 3910

Re: Synchronize pictures from device to server

When is your survey going into the field? In CSPro 8.0, we are introducing binary dictionary items, where you could store your images, and then syncdata will take care of the intelligence of not sending images multiple times to the server. We are putting out a beta this week, with the final release ...
by Gregory Martin
September 18th, 2023, 8:13 am
Forum: Synchronization
Topic: Synchronize code probem
Replies: 5
Views: 7090

Re: Synchronize code probem

Currently CSPro does not allow you to sync from logic for your primary dictionary. That's what that message means: "external dictionary name expected." Usually you either: 1) Sync from logic from a "menu" program. 2) Use Simple Sync and have enumerators manually sync. If you are ...
by Gregory Martin
September 13th, 2023, 8:23 am
Forum: Tools
Topic: Export into Excel File
Replies: 2
Views: 11820

Re: Export into Excel File

You can create a batch application where the output file is an Excel file. Then, take a look at the Excel options here: https://www.csprousers.org/help/CSPro/data_sources.html You can use the connection string property: values=labels For example, your output file might be: MyOutput.xlsx|values=labels