Search found 600 matches

by AriSilva
November 28th, 2023, 12:38 pm
Forum: Android
Topic: installing an apk from csentry
Replies: 1
Views: 8016

installing an apk from csentry

Hi folks, In my previous applications, using android 5.5, I used the following commands to install an apk from my csentry program: string apk = pathconcat(Application, "..\..\30_Apoio\app-debugVersion12-1.apk"); ret = execsystem(maketext("view:%s", apk), wait); The idea is to ins...
by AriSilva
October 31st, 2023, 12:38 pm
Forum: Synchronization
Topic: error in downloading a file
Replies: 1
Views: 3103

error in downloading a file

Hi folks, I´ve got a very weird message trying to get a file from the server (please, see it attached). I´ve tried dufferebt ways to load (put) the file to the server, nothing worked. But, my last try was to use the dataviewer to save the csdb as a dat file, sort it sing the sort utility, generating...
by AriSilva
October 2nd, 2023, 4:56 pm
Forum: Tools
Topic: relative paths in production runner
Replies: 2
Views: 2743

relative paths in production runner

Hi folks, I know that this might not be one of your priorities, but it would help me a lot if the filenames in pffrunner were using relative paths instead of absolute paths. My problem is that we have a team of developers using the same file structures, but using diferent main directories, and using...
by AriSilva
September 25th, 2023, 7:08 am
Forum: Other
Topic: CsEntry via Web
Replies: 2
Views: 2691

Re: CsEntry via Web

Thanks Greg, That´s what I thought. My question was related to a project that we have to design where one of the branches involves colecting data via CAWI, and the alternative was to use te Survey Sollution, which we do not want to do. I completeley agree with you that this might not be one of your ...
by AriSilva
September 20th, 2023, 5:06 pm
Forum: Other
Topic: CsEntry via Web
Replies: 2
Views: 2691

CsEntry via Web

Hi folks,
Is there a way to use CsEntry in the web?
If not, do you think it would be feasible to have that in the near future?
Best
Ari
by AriSilva
August 12th, 2023, 8:41 am
Forum: Entry
Topic: Barcode reading
Replies: 2
Views: 7792

Re: Barcode reading

Thanks, htuser,
I´ll have a look at your suggestions.
Best
Ari
by AriSilva
August 11th, 2023, 11:51 am
Forum: Entry
Topic: Barcode reading
Replies: 2
Views: 7792

Barcode reading

Hi folks, I´m using the barcode.read instruction, as in string resultado = barcode.read("Entrevistador, faça a leitura do código de barras"); It works very well when the Tablet is connected to the internet, but my interviewers are claiming that it does not work if there is no internet conn...
by AriSilva
August 1st, 2023, 3:42 pm
Forum: Editing
Topic: insert command using a qualifier for the record name
Replies: 4
Views: 3116

Re: insert command using a qualifier for the record name

"renaming one of your dictionary records."
That´s what I did.
Thanks anyway
Best
Ari
by AriSilva
July 27th, 2023, 7:16 pm
Forum: Editing
Topic: insert command using a qualifier for the record name
Replies: 4
Views: 3116

Re: insert command using a qualifier for the record name

Hi Greg,
I´m sorry I´ve posted this issue under Editing, I should have posted it under Entry.
Anyway, please see the attached snipet with the compuler error (I´m faking the insert on an external file, and it works if not for the duplicate record names).
Best
Ar
by AriSilva
July 26th, 2023, 2:51 pm
Forum: Editing
Topic: insert command using a qualifier for the record name
Replies: 4
Views: 3116

insert command using a qualifier for the record name

Hi folks, I have an application using a main dictionary and an external one, both having the same record names (the dictionaries have different names). For example, both have the PERSON record. If I try inserting a record, such as in INSERT(PERSON(i)); Naturally I get a compiler error, saying that T...