Search found 598 matches

by AriSilva
April 29th, 2024, 10:06 am
Forum: Tools
Topic: relative paths in production runner
Replies: 2
Views: 2711

Re: relative paths in production runner

Sorry to insist on that, but I did not see relative positioning in the Production runner, or, better, I tried with use it but it did not work.
Best
Ari
by AriSilva
April 29th, 2024, 9:46 am
Forum: Entry
Topic: daa entry using map points
Replies: 1
Views: 3

Re: daa entry using map points

Excuse me, there is a typo error in the subject, it should be "data entry"
Sorry
by AriSilva
April 29th, 2024, 9:43 am
Forum: Entry
Topic: daa entry using map points
Replies: 1
Views: 3

daa entry using map points

Hi folks,Listing with Map I´m starting to learn about using maps, and I´m playing with the two examples you have, "Listing Menu with Map" and "Listing with Map". Both work so far, but I have some basic questions as: 1. How the applications know they have to work with maps? For in...
by AriSilva
April 23rd, 2024, 9:31 am
Forum: Entry
Topic: ow to use the new Operational Control Application
Replies: 1
Views: 50

ow to use the new Operational Control Application

Hi folks, I´m starting to grasp the news in the 8.0 version and I might be a little bit boring to you, so, please, forgive me beforehand. One of the things that attracted me was the "menu" operational control, since I´m already using that kind of strategy on my surveys. I´ve created a new ...
by AriSilva
April 11th, 2024, 3:46 pm
Forum: Entry
Topic: How to identify the usage of the arrow keys
Replies: 6
Views: 312

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

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

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

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

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