Tim
-
How to import local database from external HDD?
My Mac failed, but the hard drive is OK, so I've got it in a USB HDD dock. How can I best import my local databases from that drive into my new Mac? I am using Mac Desktop Ninox, not Ninox Cloud.…
-
Use "select ... where ..." or "select ... [...]"?
Proposition: It is preferred to use "select mytable where criteria" over "select mytable[criteria]". I only recently saw in the forum the use of a square bracket criteria expression on a select…
-
I can pass a record as a function argument!
OMG, I just tried this and it worked! Did anybody else already know about this? I can't find any reference to this capability to pass a record into a function. function test(node : Entries) do node.…
-
Universal array handling when array items are not text strings
There are at least a couple of threads proposing user-defined functions to make array handling more convenient - but they all work only for arrays of text strings,…