michaeltoc
-
Request for field or command to open an iOS app
I would like to be able to open an iOS app with either a field (similar to the URL field), or by a command. For example: if ninoxApp()="mac" then openURL("http://MyBank.…
-
Getting location field by calculation
I'm trying to populate a location field with given lat/long coordinates. The table has 2 fields with the lat/long coordinates: for a in select 'table' do; a.LocationField:=location(a.name, a.lat, a.…
-
iPad keyboard cursor keys not working
Using a keyboard with the iPad, the cursor keys do not work when editing programs or data fields. To navigate, you need to tap exactly where you want the cursor to be. Very annoying!
-
Scientific Notation
Is it possible to display numbers in scientific notation? e.g. 1.234567e+6 Thanks.
-
Time formatting
I'm trying to use the Format function on time values, but the results are adding 7 hours. For example: format(time(4.13,0), "hh:mm:ss") should result in 04:07:48, instead I get 11:07:48.…