-
Button action : you're not authorized for this action
if i use this code : let numberTable := first(select FORTLAUFENDENUMMER);let increasedNumber := numberTable.fortlaufendeNummer + 1;numberTable.(fortlaufendeNummer := increasedNumber);…
-
Auswahliste / Untertabelle
Wir testen gerade Ninox, daher schonmal sorry für die vermutlich einfache Frage: Ich möchte unser Büro-Inventar erfassen. Jedes Inventar hat einen Lieferanten,…
-
zipcode field removing leading zeroes
Having an issue with the zipcode field of a contacts table removing leading zeroes (i.e. zipcode '06105' reverts to '6105'). Any one know how to fix this?
-
mise en forme
Bonjour, j'ai créé une BD pour devis. Actuellement, j'ai 4000 articles. Je voudrai, dans le modèle d'impression, concaténer 2 champs, mais avec un retour à la ligne,…
-
How do I add or subtract minutes from an Apointment Start time ?
Hi Lets say I have 3 types of time durations TypeA-15min, TypeB-30min and TypeC-45min. I want to add this duration to the calendar time selected so I would have:…
-
Button functions
Hi, is it possible to add a formula at a button to close all the opened table?
-
PLEASE - how to ban the possibility of changing the view by users ...avoid add columns
PLEASE - how to ban the possibility of changing the view by users ...avoid add columns - some fields must by hidden (no visible for users), but I can't set the reading by role to field ...…
-
Select statement in formula is REALLy slowing my table down. Any solution?
I have a table with a formula field, that requires a fairly heavy "select" statement. Problem is that the "select" statement is common to all records in the table (there is not variable within the…
-
One to many relationship
I would like to know how to have another table linked to my customer (parent table) have more that one link or record in another table to that customer
-
Hp Designjet T120 unknown feature
An [url=https://f2.ae/hp-printers/hp-designjet-t120/]Hp Designjet T120[/url] is a special-purpose printer that is most common for companies that need to print invoices,…
-
Create a button to open directly the pdf
Hi :), Is it possible on Ninox to create a button that will open directly the pdf linked to the tab instead of having to click on the icon print on the top right to then press again the other icon…
-
Sending emails with attachments
I'm looking for a way to send out sales info to customers via email. I have a lot of sales info in .pdf format. Is there a way to create a list or table,…
-
Can I write of annotate or write comments in my functions?
Does anyone know how I can write comments or annotations within a function to describe what is going onsuch as: /*This is an adding function*/ total := 10+5
-
Forms size
Good afternoon:I have a database that I want to work through forms. I have the problem when I open a record from another table from the "Main Menu" table.…
-
create texfile function coding formate
Hello. How can i create text file in cyrillic windows text format?
-
Concatenating all fields in a record
Is there a simple way to concatenate all fields in a record into a string? Of course we can do it explicitly:Field 1 + Field2 + ... But I mean is there a builtin command or function (or any other…
-
Is it just me, or has the Ninox updates and new feature releases gone... Stagnant?
It appears that Ninox stopped rolling out new features, as well as updates. I was very excited to try the new text editor, months ago, but they reverted back to the original text editor.…
-
Format total hours worked
Hi. I have a formula that returns the total of hours workeed. For example, starting at 10 am and end at 14 pm returns 4:00. Anyway to format the 4:00 to 4?…
-
is it possible to export a view to excel?
is it possible to export a view to excel?
-
Request for a new order: "openFile"
With the new "on click" trigger it is possible to insert an openRecord command:For example, in a formula field, you can place a call to an image field in the formula script,…
-
Request for a new command : "openFile"
With the new "on click" trigger it is possible to insert an openRecord command: For example, in a formula field, you can place a call to an image field in the formula script,…
-
how to sort the list of attached files of a record ?
I try : sort(concat(files(this))) but it seems it is wrong ;-(
-
Inserting a record in a Child Table from a Script
Supose I have a parent table with 2 fields and 2 records, linked to a child table: Table: "MASTER"Fields: "PK", "COLOR"2 Records: (10; "Blue")(20; "Red") And a child table with two fields: Table:…
-
Chart - pie
Is there any easy way to show a pie chart with data, for example, how many statuses do I have? 100% all rececord status "done" =? etc
-
Update but only non-existing records
Hi, I am trying to update a subtable but I want that, if it already certain certain records, create only new ones. With the code below if certain records exists, it is duplicating the records.…