Search found 599 matches

by AriSilva
December 21st, 2023, 1:07 pm
Forum: Editing
Topic: changing one record from a questionnaire to another
Replies: 3
Views: 17445

Re: changing one record from a questionnaire to another

Thank you for your tip. Could you be more specific when you mention "put logic in the preproc"? Do I have to copy each variable one by one? In batch processing, how do I copy the speccific person record, and how do I save it in a later questionnaire, supposing the source questionnaire come...
by AriSilva
December 20th, 2023, 9:27 am
Forum: Editing
Topic: changing one record from a questionnaire to another
Replies: 3
Views: 17445

changing one record from a questionnaire to another

Hi folks,
Suppose I have a file with two record types: hosehold (single record) and person (multiple records), and an ID with, lets say, length 6.
Is there a way to "move" one specific person, lets say person 3, from one questionnaire to another questonnaire?
by AriSilva
December 16th, 2023, 4:55 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

Yeah, the file we are trying to delete were created by the third party we are calling from our csentry application, and we have to delete it to start from scratch every time we call them. We could also ask them to delete the file before starting to write on them, this is a possibility we did not try...
by AriSilva
December 14th, 2023, 2:09 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

By the way, I´m using this version 7.7.3 that you´ve made available for me in the previous messages.
by AriSilva
December 14th, 2023, 1:56 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

Continuing the "saga":
Now, the problem seems to be that I cannot delete a file in the Download folder.
I´ve tried all combinations of pathname(Downloads) + ...
Nothings works. The
ret = filedelete(...);
always returns DEFAULT.
Is there a way to overcome that?
by AriSilva
December 14th, 2023, 8:01 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

Apparently it worked, using the old 7.7.3 version.
In any case, I´ll be doing more extensive tests and see what will going to happen.
Thanks again
Best
Ari
by AriSilva
December 13th, 2023, 2:56 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

Thanks very much, Greg,
I really appreciate that.
I will try this old version, and see what happens when 8.0 is available.
Best
Ari
by AriSilva
December 13th, 2023, 11:29 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

Re: executing an apk on android 13

Thanks for your answer, but I´m not sure I understood it, when you mention "package name" and "explicit intent". Could you give me an example of an explicit intent? I´ve made a short program calling several apps, including the ones in the CsPro help. Almost all of them work but f...
by AriSilva
December 8th, 2023, 10:32 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 66098

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

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