Search found 591 matches

by AriSilva
September 29th, 2022, 1:15 pm
Forum: Entry
Topic: verify mode detection
Replies: 5
Views: 3947

Re: verify mode detection

Thanks, Greg, The isVerified function might help, but in order to use it to assign a variable in the questionaire depending on its value I would need a batch program to execute the function and assign the variable accordingly. Like ... if isVerified(dictName) then varStatus = 3; endif; Or, can I hav...
by AriSilva
September 27th, 2022, 7:05 pm
Forum: Entry
Topic: verify mode detection
Replies: 5
Views: 3947

verify mode detection

Hi folks, I´m starting a new csEntry application to key entry from paper, for questionnaires being applied in difficult areas. The questionnaires will be key entered and verified I would like to have a field where I could store the state of the questionnaire, like: 1 - incomplete (not fully entered)...
by AriSilva
August 31st, 2022, 5:49 pm
Forum: Android
Topic: Running in Windows
Replies: 1
Views: 1223

Running in Windows

Hi folks,
I have an application that is deployed to the server and is working fine in the tablests with Android.
Is there a way to download this application to run in windows?
Best
Ari
by AriSilva
August 11th, 2022, 7:39 pm
Forum: Entry
Topic: check if there is an internet connection
Replies: 3
Views: 1233

Re: check if there is an internet connection

Great,
Thank you, Greg.
I would suggest then that the help for syncconnect should have a see also pointing to this connection function.
Best
Ari
by AriSilva
August 6th, 2022, 5:53 pm
Forum: Entry
Topic: check if there is an internet connection
Replies: 3
Views: 1233

check if there is an internet connection

Hi folks, I´m using 7.7.2 in a DE program,. When issuing a command like if syncconnect(CSWeb, servidor) = 1 then ... else errmsg(); endif; Before executing the else part of the if when there is no internet connection, the system shoots a standard message like "there is no connection... Unable t...
by AriSilva
August 6th, 2022, 5:41 pm
Forum: Editing
Topic: carriage return in errmsg
Replies: 4
Views: 2201

Re: carriage return in errmsg

Thanks, Greg,
We´ll try it.
Best
Ari
by AriSilva
August 5th, 2022, 2:39 pm
Forum: Editing
Topic: first time executing a batch program
Replies: 4
Views: 2670

Re: first time executing a batch program

Hi Greg,
Right now I´m using 7.7.2, waiting for the 7.7.3
And I just tested it again, and it still produces a blank file on the very first run.
Best
Ari
by AriSilva
August 5th, 2022, 2:37 pm
Forum: Editing
Topic: carriage return in errmsg
Replies: 4
Views: 2201

Re: carriage return in errmsg

Hi Sherrell,
I´m sorry to have posted it under the wrong section.
It is indeed a DE problem.
So, if this set errmsg solution does not work under Androids, what is the alternative to display several lines?
Best
Ari
by AriSilva
August 3rd, 2022, 12:12 pm
Forum: Editing
Topic: first time executing a batch program
Replies: 4
Views: 2670

first time executing a batch program

Hi folks, I think I already sent a message for that, but unfortunately I did not find it, so I´m writing it again, so I´m sorry if you already answer that. The very fisrt time we execute a batch program, all the variables seems to be blank, but the ones that have procs written for them. When executi...
by AriSilva
August 3rd, 2022, 12:08 pm
Forum: Editing
Topic: carriage return in errmsg
Replies: 4
Views: 2201

carriage return in errmsg

Hi folks, The "\n" used to be working in previous version, but now the system does not take it into account, it simply delete it from the message. Although it works in the accept´s prompt. Is there a way to make it work in the errmsgs? In othe words, is there a way to display several lines...