-
"write if"
i'd like to block the creation of a new record by mistake… (for example when i hit the + at the bottom) i forgot how to do that… anyone can help ? thanks
-
Lagging while creating new records by button
Dear, I use a botton to create new records like in the code below, it works well for some first attemps, but then some new records dont appear, and we have to close the app on the phone and then…
-
Lagerfrist berechnen
Ich habe einen kleinen Paketshop und versuche die Lagerfrist zu berechnen. Jedes Paket muss nach 8 Werktagen zurückgeschickt werden, falls es nicht abgeholt wurde.…
-
I’m trying to learn to link files to get a running balance. It works fine until you have to delete or change a record. Any ideas on how to prevent this?
This is the button code to create a new record and pass the balance forward. (Table is called Expense2) let endBal := 'End Balance';let i := (create Expense2);i.…
-
Printrecord not working in browser
I have a requirement to automatically print an invoice when a quote status is changed to approved. In the after update trigger I put in the printrecord command. Works like a charm in the app.…
-
Display rich text format content from a formula field
As Ninox can't hide empty fields, I need to create some "formula" fields that calculate the content to show. The formula is this: for i in range(count('Diagnòstics'.Ordre)) do if item('Diagnòstics'.…
-
Reminders.app
Is there a way (like with Calendar.app) of creating an entry in the Reminders app? Despite having a Calendar, one thing Ninox cannot do is scheduled notifications, but that's what Apple's Reminders.…
-
Print only visible fields automatically
I've created a form in which some fields are only visible if they meet certain criteria. If I print the records with the automatic layout, it automatically prints all the fields even though they are…
-
"PrintAllRecord" --- Button for printing several records in one pdf
Hi, I'm looking for the formula to print several records of a child table in one pdf . "PrintAllRecord" doesn't work. Example : for i in select ChildTableName do printAllRecord(i,…
-
Keeping users from deleting a record while still letting them edit a record
Hi guys,I have a fixed record (Id=1) where uses can change some things (settings). Some buttons/ formulars refer to this record. I would like users not to be able to delete this record while at the…
-
Direct URL link to record ?
Hello everyone, I had heard Ninox was working on an update that would include direct URL links to specific record. Is it true, and if so, how to create these links, please.…
-
M1 Mac version
Is there an Apple Silicon version in the works?
-
App IOS
do many people like me in the smartphone prefer the browser interface than the app?
-
Hide empty fields when printing a form
I can't find the answer in the user manual nor in these forums, so I'll make the question here. I'm creating a database for a Veterinay department. They study the cause of dead of different wild…
-
I need help. I've imported my data successfully and want to add a combo box. When I go to Edit fields, all the fields are there. My cursor turns into a four-pointed arrow, and when I click on the combo box field I've added, there is no "add value" button. How can I find it? Thanks so much.
I need help. I've imported my data successfully and want to add a combo box. When I go to Edit fields, all the fields are there. My cursor turns into a four-pointed arrow,…
-
Is it possible to have my data publicly viewable on Wordpress?
I am trying to have my inventory posted onto our Wordpress website, but I can't figure out zapiet and integromat. Is there another way (maybe by API) that I can accomplish this?
-
Format numbers when printing
Hi and good day!I am having a big trouble when printing number results in Ninox which is creating a very long line of numbers after the comma. Can anyone help on how to format the results,…
-
Ninox for Mac not responding
I've had this problem for a long time: After being inactive for just a short period of time, Ninox for Mac doesn't respond to clicks or anything - it can take up to 20 seconds for it to "wake up" -…
-
add field by script
through trigger I can not add a field from another table reading from the manual : let p := create Person;p.Name := "Sarah Conner" my script : let newpagamenti := create pagamenti;newpagamenti.…
-
Working with charts
I have a Table 1:N visualized inside the Master Table. For each buyer, I have several orders in different dates Is it possible to visualize some of the fields of this table using a chart?…
-
Replicating a value in a different field via a button
Hi all, I have a master table and a subtable related to each other. Each record on the master record is connected to multiple records in the subtable. For example I have:…
-
How much space do I have?
I was planning on uploading many image on separate records (pictures of people on their record) Would I be able to do this? Or do I not have that much space?
-
Using sub-tables
The user manual indicates that when using a sub-table, as soon as a data record is deleted from the Supertable, all linked data in the sub-table is deleted as well.…
-
Icon and Colour field types
Is it possible to set the value of these field types within a formula? As an example, I would like to set an icon field to a green tick icon if something is true or a blue cross if false.…
-
Print and attach multiple PDF records
Hello everyone. I state that I'm not an expert programmer. In my database I have buttons with the following function: importFile (this, printAndSaveRecord (this, "My Print Layout"), 'ID REPORT' + ".…