-
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.
-
Suggested use of "Required" and "Composition" relation popups
What are the advantages and disadvantages of changing "Required" and/or "Compositon" to "Yes" in a child relationship? I think I understand the theory, however,…
-
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…
-
Windows sound help needed!
Hey guys and girls, Greetings to all! I need some kind of help from you. I'm using Windows 10 right now. But a few weeks ago it was Windows 7. I upgraded it recently.…
-
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?…
-
Why can't my Ninox for iPad access the icloud backup of my Ninox for Mac app like my iPhone's app does?
I just purchased the license for the iPad Ninox app ($14.99), but cannot access the icloud backup of my Mac's Ninox program. My iPhone app connects perfectly to the icloud backup.…
-
Process to import Company and Contact CSV
Hi. I would like to understand how to import a CSV that has Company and Contact details in each row. I have two tables in my database; Company and Contacts.…
-
select Bedingung
Mir ist ein seltsames Verhalten bei der select-Abfragen aufgefallen: select Kontaktpersonen where Nr = 1957; 1957 select Kontaktpersonen where Nr > 1956; kein Treffer ??…
-
Problem with last()
Hi to all,I have a table containing 189 records and I get the value of a field from the last record (most recent record) with the command:last ((select Table. Amount).…
-
Attachment tab that shows number of attachments
Is there a way to show the number of files attached to a record, without having to click the attachments tab? It would be nice if the attachments tab included a number indicating the number of…
-
import Apple Contacts
how do i import Apple Contacts from Apple Contacts?
-
Using CRM Data
Is it possible to create a document which pulls information from the data input within the CRM template, i.e. it pre populates a document with name, address, date of birth etc.…
-
TEXT SIZE IN RICH TEXT FIELDS
When I paste or type copy into a RTF the font size comes out very small. Is there any way to assign font sizes to paragraph text and header levels (H1, H2)?
-
sum values for a specific data
Hello everyone, I've tried figuring this out by myself and searching in the forum, but with no luck. I'm trying to replicate the Excel 'SUM.IF'. I've a table (Table_A) with 2 columns:…
-
Maps and Locations
Hey, I want to perform a search in my addresses database, in a 100 mi radius for example. How do I do that with location fields, or a formua? Is it at allpossible?
-
closed a page without using the cross
Good morning, everyone, Is there a way for a user to not use the cross to close a page? Or can an alert be created before the page closes. Thank you for your help