-
Bug in ipados
why does my ninox keep on crashing,when i use ninox on ipados? Thanks
-
database size
How can I find out the size of my database, I just want to make sure I'm not getting close to my limit of 12GB. Thank you.
-
Copy/paste fields into new tab?
Hi folks! Any chance I can copy/paste/move/duplicate fields within Ninox so that I can split an over-busy input form into two tabs without recoding everything? Cheers, Rick
-
Is it possible to search via a Reference Field & then quick select a result via a shortcut?
For quick data entry, I would like to search in a reference field and then have some shortcut to quickly select among the results the record I want to link.…
-
Parsing formatted_address from Google Geocode JSON
I am trying to extract the formatted_address field from the results of a Geo code query from Google maps. I have tried the following code without success.…
-
Bug in ipados
why does my ninox keep on crashing,when i use ninox on ipados? Thanks
-
is it possible to make a specific field writeable when empty or if its a amdin
so i want another user(editor) to be able to write if the field is stil empty i wrote this for writeable if in that specific field: null or userHasRole ("admin") but it doesn't seem to work.…
-
Json object - get a property without quotation marks
I have followed instructions in “Ninox HTTP Calls” manual where it says ...JSON objects. Get a propertyThe dot notation gives easy access to properties. Examples: response.result.idresponse.result.…
-
Formula for Date
I am trying to create a formula that inputs todays date in the format "MM.DD" in a text field. How do I do this?
-
How to place fields from two related tables onto embedded view
I have a view created as a layout element. Using a select table statement I am populating my view with field data. I have child table with related information I would like to display in some columns.…
-
Printing
Hello, It's possible to print the field name ? Thanks
-
Syntax for consecutive requests API
Hello, I try to make 2 consecutive requests on a API after creating a record, i try this but dont work let response := do as serverhttp("GET", "https://office.bexio.…
-
HTTP Call Closes Database
Hi All, I'm having an issue with an HTTP call that I am trying to do. It keeps closing and reopening my database. It is a call to view a customers order history on my woocommerce store.…
-
Nommer un fichier PDF..
Bonjour, lors de l'enregistrement (en fichier PDF), est t'il possible d'assigner un nom au PDF issu d'une variable ?exemple : j'ai une fiche de relevés numéro "1234".…
-
How to get a table reference in a script
I would like to use popupRecord() to open a record in an unrelated table. This is fine if the table name is known in the record() function, e.g. popupRecord(record(SomeTable,…
-
Programmable fields?
Can fields be programmed? For example: for field in table do ... I am wanting to transpose or rotate my field names in a table to one field and their records to another field.
-
Import attachment problem
Hello! I'm trying to import some images as described in https://ninoxdb.de/en/manual/import-and-export/import-attachments Im using windows version of admin tool.…
-
How to obtain current position / geolocation
Hi, How can I obtain the current device lcoation when pressing a button fro example? What I need is a button on my form that when pressed, sets the time the user checked-in to the account (which I…
-
record lock-out
How do I lock-out other users when a record is being edited? Can I lock-out others at the level of the field / data element, and allow multiple users to edit different "fields" or data elements of…
-
How do you code a button to send an email with an attachment?
I'm trying to create a button to email a receipt, the code i've tried is: let myname := Customers.'Full Name' + "Receipt.pdf";importFile(this, printAndSaveRecord(this, "Receipt"), myname);…
-
Is there a way to get an action done in the background
I have two tables: 1. Fixed Assets which includes a monthly depreciation date. Now I want to have the depreciation booked to the second table being General Ledger.…
-
Default email program on iPad
How do you allow the Ninox iPad app to use Outlook (which is the only mail app on my iPad) as ever time I click an email field I get the error message saying it's looking for the Apple Mail program…
-
IOS Hidden tables
Hello, ive noticed that hidden tables still show when on the IOS app? is this to be expected or a bug?
-
importFile does not work with app iOS and iPad
Good morning, everyone,for some time now this function: importFile(me, printAndSaveRecord(me, "My Print Layout"), 'N° offre' + ".pdf") no longer works with the iPhone and iPad app.…
-
Count Function
I'm in the formula section and I've currently got this: cnt('Class Pupil event attendance'.'Attended?') I want to amend it so that it only counts if the Attended?…
Answer questions and share your knowledge