-
I can't create a new record in one of my databases
Please help, all the others work ok
-
I have three tables, Employees, Job Numbers and Time. In time you link to an employee in the employee table and a job number in the job numbers table and all works great. However I have tried to build a control panel to link to the two tables but it wont work. I can build it in employees and it will create a record in time but not link to job numbers and visa vesa if built in job numbers. Is it possible to build a control panel in Time to enter the record and link to two other tables? If so can someone help with how I would link them? Below is the code I used in the employee panel.
let x := dialog("Add New", "Add New Time Record", ["No", "Yes"]);if x = "Yes" thenlet xCurrRec := Id;let xNewDateWorked := 'DATE WORKED';let xNewJobNumber := 'JOB NUMBER';let xNewNorm := NORM;…
-
Using a elect with a sum in a formula slowing down.
I have a formula in a view which is slowing down the presemtationm of the view. let xTM := Termijnnummer;let xProject := Project;let xTask := Werkzaamheden;…
-
Id on a table overlaps and deletes old record ,
Everytime we create a new record on one of our tables this new record Id # overlaps with a previous Id# and it gets deleted. therefore evertime we create we loosing the data from a record plus the…
-
Adding links to records in the child table on the form using a script.
Hello! I can't figure it out: I use a script to create new records in a child table, but they don't appear in the child table displayed on the form. Please help me find a discussion of this issue!…
-
How do I install Ninox on a new computer?
I just got a new computer, which is replacing my old one. Is there a way to download a fresh copy of Ninox for local, personal use without paying again? TIA for any suggestions on this.
-
Display quarterly results
I want to display the quarterly results from my invoices. I allready have the formula "quarter(Factuurdatum)" but I don't see how I can get the results.…
-
Export attached files linked to a given view
Hi, I've seen it's possible to retrieve all the files attached to a given database by converting the .ninox file into a .zip file. However, I would like to export all the attached files of a given…
-
How to use the button to automatically add links?
Hello! I tried to solve my question using the child table, but it didn't work out. I'm trying to solve the issue with filters, but it's not working yet either ...Please help me sort it all out! 1.…
-
Appointments
Is Ninox good for scheduling appointments with clients?
-
Can i print colored fields in layout?
Hello! I have colored field in my database. When i try to print my record in layout form i have just a record without color! What can i do?
-
Create a New Record with a Button
Hi all, Please could somebody help out I am trying to setup an 'accept' button on one record which will create a new record in a different table - carrying over the data in each element of the form.…
-
Is there a field type or a way to have a field which retrieves information from the web, like a stock price from google finance?
If would like to have a form were a field name "stock price" would be updated from google finance for instance, base on stock name field.
-
Marco
Is it possible to put an upper and / or lower limit in a value scale of a graph?I get from 0 to 100 while I would like to put from 70 to 100
-
gráficos
HOLA, ALGUIEN ME PUEDE EXPLICAR COMO FUNCIONAN LOS GRAFICOS, SEGUN VEO EN LA VERSION CLOUD ES DIFERENTE (NO VEO LAS VISTAS). NO SE COMO SE SELECIONAN LOS DATOS PARA EL GRAFICO. GRACIAS DE ANTEMANO
-
can't open database after upgrading to Mac OS Monterey 12.0.1
can't open database after upgrading to Mac OS Monterey 12.0.1
-
Issues with switch statement sintaxe
I'm running NINOX on a Mac.Trying to understand the syntax of switch statment I wrote the following simple Switch which works fine on the console: let Total := 0 ; let x := [1, 2, 3, 4, 5] ;…
-
Formula fields not appearing in the spreadsheet view
Sometimes formula fields do not appear in spreadsheet view.Even when I click the Show Formula button on a column header and select the formula field to show.Is there any reason for that?
-
IN ,Lenasiag17 SENAOANE -*^_#-*^_#g17g17 Sun Nov 28 2021 05:15:40 GMT+0200 (South Africa Standard Time)
IN ,Lenasiag17 SENAOANE -*^_#-*^_#g17g17 Sun Nov 28 2021 05:15:40 GMT+0200 (South Africa Standard Time)
-
Hidden fields replaced by empty space on iPhone app
Any ideas why some hidden fields are replaced by a gap in the form? I have some field that are only supposed to be visible on Mac and iPad, which works fine - but,…
-
Change working hours in calendar?
Hello! Is it a way to configure the working hours to show in calendar? Regards, Agassi
-
Trigger after update - ImportFile from URL - Doesn't work
Hello Ninox community! I have a scenario in INTEGROMAT to NINOX and everything works ok, including the URL of a file in a Ninox URL field. Problem: I need that,…
-
Counting records in a child table and storing the value in a field of a master table
I have 2 tables T1 (master) and T2 (child) with the following fields: T1(COD, TOTAL, T2) - here T2 is the reference field for table T2 T2(QTD, T1) - here T1 is the reference field for table T1 On a…
-
Form elements Top-align
Any ideas on how to align elements in a form to top instead of bottom (Mac version)?
-
Table Description field
Hello, Often a Table name is not enough to tell us about a table content. As far as I know there is no place where we could keep some information about a Table.…