Louis Cornacchia
-
NINOX upgrade question - is it worth it?
I am using version 3.8.11 in a private cloud. Three questions: is the latest version faster? Same overall processing speed? There was chatter about the "select" function being slower.…
-
How can I create a dynamic multiple choice that uses selections from another dynamic multiple choice.
dMC A item 1 item 2 (selected) item 3 item 4 (selected dMC B shows the following item 2 item 4 The user select items 2 and 4 in dMC A. dMC B shows only the items choses in dMC A
- Answered
-
<Trigger after open> scripts
I have code in 'trigger after open' that is causing ninox to hang/ crash. Is there a way to remove this code or prevent the running of this code on startup?
-
Dynamic Dropdown sorting
Is there a way to sort the contents of a dynamic dropdown?
-
time(time field) problem
I'm in NY, EST. I have a time field "TF" that says: 2:30 PM so time field TF contains 2:30 PM if x := TF then I get x= 9:30 am if x := time(TF) then alert(x) from a button shows 4:30 AM ultimately,…
- Answered
-
How to open an image through a function field.
I have an image for a registrant in table A I display that image in other tables using a function field. Is it possible to open that image by clicking on the function field?
-
WISH LIST: Easy one!
DIALOG function that accepts up to 255 chars of text.
-
Is there a way to output a PDF file with the contents of one RTF text field?
Ideally, one =would press a button and the contents of the RTF text field would be outputted to a PDF or WORD file and downloaded to the host. IS THIS POSSIBLE? Can this be done in JS?
-
storing system variables
I worked out a way of storing named global variables using a GLOBALS table and two global scripts. If this is of any use to anyone, I would be happy to post my solution.