-
Multiple Databases Open at the Same Time
Oh wow, wouldn't this be nice.
-
Trouble with affecting a text value in a new record
Hello, With two linked tables I cant affect the value of a text field of the parent table into a text field in a new record of the child table with the command atcd := Patients.…
-
Does Ninox support web forms?
Is it possible to implant a form on an external web page that when submitted will create a new record in Ninox? If not, is there any way in Ninox to allow external users to create a record and submit…
-
Finding last record in table
Hi, I'm simply trying to find the last invoice created. I am first using create record in the formula, then to use that record I need to grab the latest id.…
-
automatic order
Hello, I have a table with a to-do list that has an order: 1,2,3,4... I'd like when I finish on the 3rd, position 4 becomes position 3 and so on. Is there a formula for doing this?…
-
Feld wird nicht gesetzt, obwohl im Code angegeben
Ich habe eine Tabelle mit einem Boolean Feld. Dieses Feld wird im Event "bei neuen Datensatz ausführen" auf FALSE gesetzt. Wenn ich jetzt folgenden Quellcode benutze um einen neuen Datensatz zu…
-
Barcode on android
I can't access the camera in the android app in order to scan a Barcode like it is possible in the ios app. What do I need to do?
-
Summe einer Spalte pro Kontakt
Hallo Zusammen, ich habe eine Tabelle mit den Mitgliedern unseres Vereins. In einer Untertabelle trage ich die geleisteten Arbeitsstunden ein. Gibt es eine Möglichkeit,…
-
Dialog function when creating a new record
Good morning, everyone, How to integrate this function when creating a new record: let result := dialog("Alerte avant céation ORT", "Offre déjà existante?", ["Oui", "Non"]);…
-
Trigger after duplicate
I see you can trigger things based on either 'trigger on create' or 'trigger after update'. It'd be really useful to be able to 'trigger after duplicate'.…
-
Barcode scanner - status update
I have table of ordered serial numbers with statuses, all statuses of these serial numbers are "Ordered". I would like to use barcode scanner to search and if match - change status of signe serial…
-
Renumbering Subtable Records
I have a table named 'Apps Project' and a subtable named 'Trial Summary' that I want to be able to renumber with a button. This is only necessary if/when I've deleted records to throw off the…
-
How do I adjust the column widths of a referenced field when it pops up?
This pop-up windows is annoying. I can't figure out how to adjust the column widths so they stay the width I set them. How do I do that?
-
Importing Data Linking Two External Tables
I have setup 3 tables. 1. Product data 2. Universal Part Numbers 3. Parts Every Part has a parent product. Some parts have a universal part number. I then import the parts data,…
-
appointment
appointment
-
Choice partially hidden
If "CHOICE" is selected as "A", can "CHOICE2" display only "A1". "A2". "A3", are other options hidden?
-
Something strange with U.S. Locations
Folks, I am seeing something a bit strange with U.S. Locations. I want the user to search for a location and select it.. This gives me lat/long that can be used later for routing etc..…
-
Posible bug?
I'm new, so i may be missing something, but i was pulling my hair out today trying to figure out why formulas that used "false" didn't produce consistent results.…
-
Printouts for a Letters table
What is the Ninox approach to creating a Letters table? How can a Letter be printed and retain its font style?
-
Please give developers more control over global and local search
Please allow developers to: 1. control which columns are shown following a global Find 2. hide global Find button entirely by unchecking global search within all tables 3.…
-
How to update a view automaticcaly ?
I have made a todo database where it is possible to have a todo item that will repeat with a specified interval. When ever I mark a repeateble todo intem it will:…
-
View Filtering
Hi, I have a dashboard table, I also have two linked tables,suppliers and purchasing. In the suppliers table I create a formula "contains" for the market season of the supplier's purchasing In the…
-
Error when use a declaired variable.
Hi I get the following error message: Field not fount: Tempdateat line 15, column 23. it is the line: "if EndDate >= TempDate then" in the code below. I have declared the variable with the let…
-
How do you make comments in the Ninox code ?
How do you make comments in the Ninox code ?
-
How do I link a field in 1 table to another table?
A Table named "Customer" has 4 fields, Customer Name, State, City, County. A table named "FLCounties" has 2 fields: County and City. If someone enters the state as Florida and the city is entered as…