Search found 594 matches

by AriSilva
April 20th, 2018, 10:49 am
Forum: Entry
Topic: Getting the present form
Replies: 2
Views: 2539

Getting the present form

Like the getsymbol function, is there a way to know in which form the user is working?
For example, a GetForm function?
For me, this is useful in the onstop function, then I would know the form name where the stop key was pressed (besides, of course, the procedure).
Best
Ari
by AriSilva
April 20th, 2018, 10:42 am
Forum: Android
Topic: Controlling the navigation buttons
Replies: 3
Views: 3174

Re: Controlling the navigation buttons

Good suggestion, I´ll do that.
In any case, is there a way to know that the user clicked the left arrow?
by AriSilva
April 20th, 2018, 10:18 am
Forum: Android
Topic: gps function
Replies: 6
Views: 5774

Re: gps function

I´ve done all the tests outside, in a clear field, no buildings around. As Josh said, Google uses wifi, whereas CSEntry does not. This might explain the difference in capturing the signal, but it does not help me much. I´ll try increasing the exposition time, but this also a problem, asking the inte...
by AriSilva
April 19th, 2018, 5:47 pm
Forum: Android
Topic: gps function
Replies: 6
Views: 5774

Re: gps function

I forgot to mention that I tried it also for 60 seconds, and it did not work.
Besides, and this might be the problem, the gps strength gauge shows nothing at all.
by AriSilva
April 19th, 2018, 5:39 pm
Forum: Android
Topic: gps function
Replies: 6
Views: 5774

gps function

I do not know what is wrong with the gps function on my tablet (SAMSUNG TABA T280). I´ve tried the simple example from the help , like gps(open); // on Android if gps(read,30) then // a successful attempt at a read, for up to five seconds errmsg("Latitude is %f, longitude is %f",gps(latitu...
by AriSilva
April 18th, 2018, 9:48 pm
Forum: Android
Topic: Controlling the navigation buttons
Replies: 3
Views: 3174

Controlling the navigation buttons

I would like to know if it is possible to trap the touching of the left arrow button, using something like "onkey". The reason for that is for the program to take control when the user hits the left arrow, since its behavior is a little bit tricky on my application. The return to previous ...
by AriSilva
April 15th, 2018, 7:30 am
Forum: Feature Requests
Topic: Automatic alpha fields in the dictionary
Replies: 1
Views: 2558

Automatic alpha fields in the dictionary

As a suggestion, when inserting a new field in the dictionary, if the field length is greater than 15, set the data type to Alpha instead of Num.
by AriSilva
April 12th, 2018, 9:07 pm
Forum: Other
Topic: execute csv created files
Replies: 4
Views: 4458

Re: execute csv created files

Thanks aaronw and Josh for your suggestions. The problem with aaronw´s is that the combinations are difficult to preview, like in my computer the excel.exe is in C:\Program Files\Microsoft Office\Office15\excel.exe. Since in most environments, when you install excel it connects the csv extension, I´...
by AriSilva
April 11th, 2018, 10:56 am
Forum: Other
Topic: execute csv created files
Replies: 4
Views: 4458

Re: execute csv created files

There is a function in windows named WinExec that supposedly does the job in finding where excel is and execute it. https://msdn.microsoft.com/en-us/library/windows/desktop/ms687393(v=vs.85).aspx which can be executed in C++ (I did not try it), but I was unable to call it inside the execsystem funct...
by AriSilva
April 11th, 2018, 10:13 am
Forum: Tools
Topic: TextViewer with more than one file
Replies: 2
Views: 3213

Re: TextViewer with more than one file

Great!
Thanks
Ari