Search found 594 matches

by AriSilva
October 11th, 2022, 3:16 pm
Forum: Synchronization
Topic: check if a file exists in the server
Replies: 8
Views: 1288

Re: check if a file exists in the server

Hi Greg, As a matter of fact, I did not try either one, since they (presumably) uses a filename as a parameter. The syncfile also uses filenames as parameters, such as in if syncfile(GT, sourceFile, targetFile) then....) but it assumes that the sourceFile, is in the server. which I previously syncco...
by AriSilva
October 10th, 2022, 10:25 am
Forum: Synchronization
Topic: check if a file exists in the server
Replies: 8
Views: 1288

check if a file exists in the server

Hi folks, I have an applicaton that stores auxiliar data in the server, not the interviews. Later, I need to check if the data is there, that is, if there is a file wich such and such name, but I do no want to GET the file, as in the syncdata function. I just want to see if the file exists. I might ...
by AriSilva
October 10th, 2022, 10:17 am
Forum: Entry
Topic: verify mode detection
Replies: 5
Views: 4014

Re: verify mode detection

Great,
This is exactly what I needed!
May I suggest a see also demode in the isverified help?
Thanks
Ari
by AriSilva
September 29th, 2022, 1:15 pm
Forum: Entry
Topic: verify mode detection
Replies: 5
Views: 4014

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

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

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

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

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

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

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