-
Is there any way to use icons as label in tabs, instead og text?
Is there a way to use icons as label in tabs, instead og text?
-
500 Internal server error!!!!
I have a script where I look up a record in a table through the API. It worked couple of days ago but now i constantly get 500 Internal server error let ninoxProductUpdate := do as serverhttp("POST",…
-
Building your own Function?
Hello, Please van you give some code examples how to define a custom function? Forum description: ++++++ Creating User defined functions locally with the function command: function name(argument:…
-
Is the following formula supported by the Android version?
Hello Is the following formula supported by the Android version? importFile (this, printAndSaveRecord (this, "My Print Layout"), 'Own Name field' + ". pdf") Thank you in advance Fanny
-
attachement on image field
è possibile visualizzare un allegato in un campo immagine??
-
I set up a system with multiple accounts. Each is a share of a total fund balance which is used to calculate shares of total income. Year Ends April is the individual balance table year and the dashboard year is Fiscal Year. This is tracked by year and I set up a dashboard table to enter total dividends that then get distributed by share. If I enter multiple year info on the dashboard the dividends don't show up. Here's the code that works perfectly when only one year is entered. Any ideas
let y := 'Year Ends April';let i := (select Dashboard where 'Fiscal Year' = y).TempBal;let TempNum := number(i);let j := ('Beginning Balance-Temp' + 'Beginning Balance Perm') / TempNum;let k :…
-
Die Funktion importFile(rpt,URL) sollte funktionell erweitert werden
In der gegenwärtigen Definition von importFile() muss an der zweiten Stelle eine vollständiger WWW URL stehen. Dateien im lokalen File-System lassen sich nur händisch einzeln herunterladen,…
-
Customised print with view table.
I have customised a print from a table that has a view. The view is a list of appointments relevant to the table (customer record) When I incorporate the view in to the print,…
-
Das Fenster des Formeleditors sollte die linke Seitenleiste des Ninox Fensters nicht überdecken.
Gegenwärtig bleibt bei allen Funktionen (Tabellen/Formular/Feldoptionen) die linke Seitenleiste mit den Tabellen unverdeckt. Lediglich der Formeleditor macht hier eine unnötige Ausnahme (wer schreibt…
-
find out if a field is used in scripts
My need is to determine if a field is used in at least one script.
-
Trigger at a specific time
is there a way to start a script, a command, at a specific time ? For example : at 10:12 -> openURL …
-
TOP SHELT
Would this work better on Windows 10
-
Can I automatically enter different choices from a table into a Combobox from another table depending on the choice from another Combobox?
Good day all! I'm quite new to Nin\ox and have a question. I am creating a databse for quoting, invoicing and job profit/loss on individual projects. We are a company making high-end furniture,…
-
print attachment
perché quando stampo gli allegati di un modello non sono in formato originale ma appaiono come una miniatura?
-
This expression returns a total of Rev-Amount from my Revenue subtable until the "where" portion is inserted. Any idea why?
sum(Revenue.'Rev-Amount'where Revenue.'Credit To:'=1)
-
How to trigger two things at once using 'if, then else'
Hello, i'm hoping this is a simple question to answer. In the trigger formula below you'll see that i am trying to trigger two things at the same time (in bold).…
-
How to create customer code
Greetings. I would like to know how to create a field of client codes, something like this: Customer CodeIMC0078IMC0079 The letters would always be the same,…
-
How to create company customer list with multiple contacts?
Good afternoon! I am creating a list of clients, which are companies. I'm almost done, but I'm having trouble designing the contact section. The problem with some companies,…
-
put two text fields together into a multiline Text Field
Sir, How do I put two text fields information together into the multiline text field and make it "multi line"? ie, I have field 1 and field 2, when put them together,…
-
Phone Number Formatting?
When typing a phone number in the phone number field (or even text field, whichever is possible), how do I set an automatic phone number format? I would like my format to be (555) 555-5555.
-
I'm looking for a way to filter and delete records after import
I need a way to filter a field in a table, so after I import records into the field they can automaticly be deleted from the table.
-
Alert and colour
Hi, Is it possible to set up an alert in red and bold? Thank you
-
Automatic progressive number WHEN IMPORTING - Urgent help!
Hello everyone! I have the typical code for a progressive ID Number (in "trigger on create"): let before := max((select CASOS).'Número');'Número' := before + 1; It works good,…
-
trigger at the update with integromat
Good morning, I use this formula to send a push notification on my iPhone let webhookURL := ""https://paste-your-webhook-url.here;let data := {RecordID: ID};http("POST", webhookURL, {'Content-Type':…