Search found 91 matches

by wimneel
June 10th, 2017, 9:11 am
Forum: Android
Topic: Different colors for different answers?
Replies: 2
Views: 3191

Re: Different colors for different answers?

Thanks.
by wimneel
June 9th, 2017, 10:11 am
Forum: Android
Topic: Different colors for different answers?
Replies: 2
Views: 3191

Different colors for different answers?

I have created a CAPI application in CSPro 6.3.
I would like to change the color (or more generally, the formatting) of some of the response options (value labels). E.g. one of the possible answers is "Dont' Know" and I would like to show that option with a different color. Is that possible?
by wimneel
May 29th, 2017, 7:41 am
Forum: Entry
Topic: Copying values entered from previous case
Replies: 7
Views: 6241

Re: Copying values entered from previous case

I agree that it is a lot of work. Don't you have the complete list? It can be copied from e.g. Excel directly to a value set in CSPro.
It would save a lot of work during data entry.
by wimneel
May 29th, 2017, 4:54 am
Forum: Entry
Topic: Copying values entered from previous case
Replies: 7
Views: 6241

Re: Copying values entered from previous case

If each course has a unique course code and a unique course name, I would suggest not to use two, but only one variable. In the value set of that variable you can define the codes AND the names. That saves a lot of typing. That one variable can then be added to the ID record - even if you don't real...
by wimneel
May 26th, 2017, 11:58 am
Forum: Entry
Topic: Questions with multiple answers
Replies: 1
Views: 2566

Re: Questions with multiple answers

I suppose Q1 is alphanumeric with length 6 (to allow for the six letters A to F) and that F is the option "Other". Now you can use the pos() function to find out if F is among the answers given to Q1. It returns 0 is F is not there. Then if pos($, "F") = 0 then skip to Q3; endif;...
by wimneel
May 11th, 2017, 3:59 pm
Forum: Entry
Topic: System error messages in other languages_
Replies: 2
Views: 2693

Re: System error messages in other languages_

Thanks, Gregory.
But what I would like to know is if anybody has already done this translation job.
by wimneel
May 10th, 2017, 1:01 pm
Forum: Entry
Topic: System error messages in other languages_
Replies: 2
Views: 2693

System error messages in other languages_

Is there an easy way to substitute all system error messages (like "Warning, out of range! Please enter a value for...") by the equivalent ones in another language?
In my case, I would like to have a version in Portuguese.
I am using CSPro 6.3.
by wimneel
May 7th, 2017, 12:20 pm
Forum: Entry
Topic: Can value sets be changed by answers to prior questions?
Replies: 5
Views: 4545

Re: Can value sets be changed by answers to prior questions?

Thank you very much, Josh. That was very helpful!
by wimneel
May 7th, 2017, 8:05 am
Forum: Entry
Topic: Can value sets be changed by answers to prior questions?
Replies: 5
Views: 4545

Re: Can value sets be changed by answers to prior questions?

One follow-up question.
Is there a function that returns the value codes and labels from a value set (e.g into an array)?
by wimneel
May 6th, 2017, 12:09 pm
Forum: Entry
Topic: Can value sets be changed by answers to prior questions?
Replies: 5
Views: 4545

Re: Can value sets be changed by answers to prior questions?

Thank you very much, Josh, for your quick response!