Search found 600 matches

by AriSilva
April 29th, 2024, 10:26 am
Forum: Tabulation
Topic: Save tables in excel format
Replies: 1
Views: 10

Save tables in excel format

Hi folks,
Is there a way to save the results of a table directly to an excel format (.xlsx), like in the dataviewer tool?
Now the "only" way I can do it is to save as .html and then drag and drop the file into the excel window.
Best
Ari
by AriSilva
April 29th, 2024, 10:09 am
Forum: Tools
Topic: .bch to .pen
Replies: 0
Views: 4

.bch to .pen

Hi folks,
Is there a way to convert .bch files to .pen files, in order to protect my code when sending applications to other people?
Best
Ari
by AriSilva
April 29th, 2024, 10:06 am
Forum: Tools
Topic: relative paths in production runner
Replies: 2
Views: 2743

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

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

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

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

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

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

Re: Disabling automatic update of csentry

many thanks,
Ari