Search found 601 matches

by AriSilva
March 6th, 2018, 6:32 am
Forum: Feature Requests
Topic: getlabel by position
Replies: 1
Views: 3156

getlabel by position

Hi folks, I´m using the getlabel function to retrieve the labels in the valueset of a variable. The problem is that we have to know in advance which are the existing values in the valueset. For example, if the values are 1....9, I can execute a do loop retrieving them do varying i = 1 until i > 9 x ...
by AriSilva
March 6th, 2018, 6:18 am
Forum: Feature Requests
Topic: Numbered messages in CAPI questions text
Replies: 3
Views: 3772

Re: Numbered messages in CAPI questions text

Thanks, Greg, I´ll use this maketext trick (I should have thought about that, my fault). Maybe I could use the same trick for the captions in the qsf, although it would give me a little more work to create one or more auxiliary variables in the preproc (or on focus) with the maketext, and then put t...
by AriSilva
March 5th, 2018, 7:49 am
Forum: Entry
Topic: Moving a field to a form
Replies: 1
Views: 2027

Moving a field to a form

Hi folks, This is just a minor detail, it is not important at all, but... The scenario is the following: 1. You already have a form, some fields are already there, and you used the option of showing the field names 2. In the dictionary, you click in a field name that is not yet in the form, and you ...
by AriSilva
March 5th, 2018, 7:43 am
Forum: Other
Topic: Notification when a post is answered
Replies: 4
Views: 5705

Re: Notification when a post is answered

Great!
BEst
Ari
by AriSilva
March 2nd, 2018, 8:45 am
Forum: Other
Topic: Notification when a post is answered
Replies: 4
Views: 5705

Notification when a post is answered

Hi folks,
I´m new in using forums, I´m not familiar with all the nice features available for the users.
Is there a way in the settings to automatic send a mail to my mailbox when one of my posts is answered?
Best
Ari
by AriSilva
March 2nd, 2018, 8:41 am
Forum: Feature Requests
Topic: Numbered messages in CAPI questions text
Replies: 3
Views: 3772

Numbered messages in CAPI questions text

Hi folks, I tend to write all the program messages in the mgf file. I think this is good programming standards. The numbered messages can be used directly on errmsg and maketext, that is very good. 1. But a message number cannot be used in an ACCEPT command. Why not? 2. A message number cannot be us...
by AriSilva
March 2nd, 2018, 6:57 am
Forum: Android
Topic: Automatically advance on selection
Replies: 4
Views: 4833

Re: Automatically advance on selection

Thanks, but the setproperty command is not working in 7.0 nor in 6.3.
Also, there is no help for that in either versions.
Best
Ari
by AriSilva
March 1st, 2018, 7:16 pm
Forum: Entry
Topic: Access the valueset labels as an array
Replies: 2
Views: 2870

Re: Access the valueset labels as an array

Thanks, my mistake, I thought that getlabel was used only to get the variable label.
Best
Ari
by AriSilva
March 1st, 2018, 7:13 pm
Forum: Entry
Topic: Show/hide case tree
Replies: 8
Views: 6884

Re: Show/hide case tree

Very good.
Waiting anxiously.
Best
Ari
by AriSilva
March 1st, 2018, 7:10 pm
Forum: Entry
Topic: Create conditional questions for a field
Replies: 1
Views: 2363

Create conditional questions for a field

Hi folks, I´m getting an Invalid Condition message (see attached figure), when using a logical expression with an AND.According to the help "Create conditional questions", at the end, it says: "In fact, they can be any expression that could be evaluated in a logical "if…then"...