Search found 595 matches

by AriSilva
March 7th, 2018, 6:12 pm
Forum: Android
Topic: Conditions for the variable question
Replies: 1
Views: 2687

Conditions for the variable question

Hi folks, I had to change some variable names in the dictionary, and one of them was used in setting the conditions for the variable questions. CSEntry does not check the condition expression at compile time, but when executing the program we get several messages saying the condition is wrong or inv...
by AriSilva
March 7th, 2018, 9:20 am
Forum: Android
Topic: Date field
Replies: 2
Views: 3952

Date field

Hi folks, That´s my first time I´m working with this kind of field, and I have some doubts and comments. 1. The field can have 8, 6 or 4 digits, good enough. I was assuming that the 4 digit field would be to accept the year, as in YYYY, but there is no such a format. Why not? 2. If there is no provi...
by AriSilva
March 7th, 2018, 8:29 am
Forum: Android
Topic: Tick marks on numeric fields
Replies: 3
Views: 3500

Re: Tick marks on numeric fields

2 bad.
Next version?
Best
Ari
by AriSilva
March 6th, 2018, 10:08 am
Forum: Android
Topic: Tick marks on numeric fields
Replies: 3
Views: 3500

Tick marks on numeric fields

Hi folks,
When testing a csentry program in windows the numeric variables appear with tick marks, which is good for the end user to know how many digits are in the field.
Is there a way to show the tick marks in android?
Best
Ari
by AriSilva
March 6th, 2018, 6:32 am
Forum: Feature Requests
Topic: getlabel by position
Replies: 1
Views: 3050

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

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

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

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

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

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