Search found 594 matches

by AriSilva
April 11th, 2024, 3:46 pm
Forum: Entry
Topic: How to identify the usage of the arrow keys
Replies: 6
Views: 126

Re: How to identify the usage of the arrow keys

What I would like to have is a check to know if I got here using the left key, like:
if lastkey(leftkey) then
...
endif;
by AriSilva
April 11th, 2024, 3:44 pm
Forum: Entry
Topic: How to identify the usage of the arrow keys
Replies: 6
Views: 126

Re: How to identify the usage of the arrow keys

Some questions about Greg's answer: 1. the OnKey(keystroke) works only on windows, not in android? 2. which are the codes for left key and right key? And from Justin: when you say "If pushing the left button it will go back to the previous field", what it the meaning of "previous"...
by AriSilva
April 10th, 2024, 11:31 am
Forum: Entry
Topic: How to identify the usage of the arrow keys
Replies: 6
Views: 126

How to identify the usage of the arrow keys

Hi folks,
Is there a way to know which arrow key the user pushed in the screen?
In other words, we have a right arrow to advance to the next question, and a left arrow to retrun to the previous field.
How do we know which one is pushed?
Best
Ari
by AriSilva
February 26th, 2024, 10:47 am
Forum: Android
Topic: Disabling automatic update of csentry
Replies: 2
Views: 108

Re: Disabling automatic update of csentry

many thanks,
Ari
by AriSilva
February 25th, 2024, 7:25 am
Forum: Android
Topic: Disabling automatic update of csentry
Replies: 2
Views: 108

Disabling automatic update of csentry

Hi folks, We are in the middle of a survey, still using csentry 7.7, and we would no t like to move to csentry 8.0 yet, there would have many things to be touched, and we do not have time to do it just now. The problem is that the tablets are using Android version 13, and they are being updating aut...
by AriSilva
December 21st, 2023, 1:07 pm
Forum: Editing
Topic: changing one record from a questionnaire to another
Replies: 3
Views: 16775

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

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

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

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

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?