
Jeremy McCloud
-
Is Ninox Currently Down?
Is Ninox down for anyone else? At first we were not able to make any changes to existing orders. We'd get an error to a log file and it would say it was read only.…
-
How can you, in code, make a post to the record's comments when a button is pressed?
I have a button that sends an email. We had a situation where we weren't sure whether or note an email was sent for a particular record or when. I've been asked to either add an entry to the record's…
-
We cannot add any new records! Is anyone else having the same problem and know of a fix?
Hello, our business depends on this software and starting this morning, we are unable to add any new records. We've tried different computers, different browsers, clearing the cache,…
-
How do I include a date field in a file name using "importFile" command?
I have a button on my form that when pressed, generates a new pdf file with a specific filename using information entered into the form. I almost have it how I want it,…
-
Why is part of this script not pre-filling data in my form?
Here's the code in my script, attached the State field of the form. let strState := upper(State);State := strState;let SearchTerm := strState;'State Website' :…
-
How do I change the background color of a table/form?
Hello. It's been requested that I change the background color of the tables the employees work in to a dark gray. The pure white is harsh on their eyes, but I cannot find a way to do this.…
-
How do I show information from another table, based on user input?
Hello, We deal with a lot of websites for logging in and obtaining oversize and overweight permits. We have a seperate table we use that keeps track of all the websites for each state,…
- Answered
-
How can I attachment multiple files from related tables and email them?
Hello, I've built a system to help us track orders for oversize / overweight permits. Once we get the permits back, we upload them to their associated state,…