Search found 591 matches

by AriSilva
December 8th, 2023, 10:32 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 59314

executing an apk on android 13

Hi folks, Again, me and my "diferences" with the new android. The following command was executing pretty well in the old androids. ret = execsystem("app:com.softjads.jorge.meurecordatorio"); But now, with the new one, it does not execute. I´ve tried it with two tablets I have, an...
by AriSilva
November 28th, 2023, 12:38 pm
Forum: Android
Topic: installing an apk from csentry
Replies: 1
Views: 6603

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

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: 1
Views: 2005

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

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

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

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

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

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

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