-
Progress Stepper in HTML.
Ever wanted to create a step diagram to point users to the steps to follow in Ninox? Then this can be done with a choice field but a nicer representation is with HTML and some CSS.…
-
parseJSON
Dear all, anybody who can tell me what I do wrong here : I have a text file with the following content : { "invoices[ { "recipient": "23022", "date": "", "credit period": 8, "message":"Faktura ",…
- Answered
-
Stuck with custom function...
Hello, I have a custom function to tweak a bit the contains() behaviour to use it together with a view field. My function is this: function containxORisORnull(Msource : text,Msearched : text,Moption :…
-
is there a group of macos local/icloud users dedicated to functions ?
hi all, i’m looking for new friends using the macos local/icloud version of ninox i’m looking for answers concerning the use of functions in that mode typical question :…
-
Module or another smart way to do things
Hi everyone I work pt at a customer who has several independant companies to set up kitchens. And the customer want some specific items in the independent companies's Invoices, however,…
-
Execute script in background
Our setup In our database there is a script that executes when a certain field is changed: If ZIP-Code A is changed, check the lookup table for a matching city,…
-
How to Implement Batch Data Entry and Quoting via a Button After Uploading Product Details?
**Quotes Table Fields:** - **'Customer'**: Linked to the Customer table - **'Quote Number'**: Auto-generated number - **'Quote Date'**: - **'Quote Validity Period'**:…
-
dialog - causes text field "trigger after update" to fail
I have debugged this trigger event line by line and the result is ..... it hates the use of "dialog". I have a need to ask for a Yes/No within the trigger event.…
- Answered
-
Upgrade Mac App: 3.17.4....or a backwards step?
I have just had to re-write several elements of code that just stopped working properly in the upgrade to v3.16.6. I didn't quite get to the root cause,…
-
Excel scripting with carbone
Hello community! I’m struggling a bit with carbone template scripting: I would like to collect in an excel file the complet list of my different Navire.…
- Answered
-
CSV Import Wizard
Hello everyone, Since a lot of our community members are interested in ways to automate the import of a CSV file, I decided to put together a complete working example database to show how to do it.…
-
Create a view based on contains
Hi all, I have a table "Guidance" and in that table I have a multiple choice field named "keywords". Now I want in another table to create a view based on a textfield "keyword selection" - my idea…
- Answered
-
How to Iteratively Add Items to a New Array
I'm new to Ninox (less than a month of use), so if this is common knowledge I apologize. However, I feel compelled to post this because of the incredibly steep learning curve of Ninox.…
-
Passing a field name (string) as a function parameter
I'm searching the forum but I can't find an answer to this question. I've defined a function like this very simple example: function updateField(iField:text, iValue:text, iRedord:…
- Answered
-
When to create a child/sub table.
It has been mentioned in this forum about when to create a child/sub table. One way is if you find your self adding a prefix or suffix to your fields that store similar data.…
-
Bug obtaining a value from a JSON object
I'm trying to use parseCSV to retrieve specific values from a CSV file. After using the parseCSV function with the firstLineIsHeader option set to TRUE, I can retrieve the content of the first item:…
- Answered
-
Switch
Can anybody tell me what is wrong here ? ninox gives an error at case 2 where it says that keyword 2 is not found. I have tried without ";" - same problem, and also tried to remove case 2,…
- Answered
-
add Rich Text Fields
Hi there I have several rich text fields I want to combine with the format they have. To make it easy let's say that I have RT1, RT2 and Endresult. If I say Endresult :…
- Answered
-
Resetting a Page Field...
I have a page with a search field (Text) and a "clear search field" button next to it. Is there a way of pre-setting or clearing that field PRIOR to opening the page - effectively clearing previous…
- Answered
-
"Native" maps Ninox
I have a database with the latitude and longitude of an adress. When I click on the marker a kind of "native" window of Apple Maps opens showing the location.…
-
Different numerical output...
As I new user, I thought I would share this, since I was pleased to have successfully written my first global function and moreover it did what I needed.…
-
Can I script clicking a button?
My screen has a search field (just a text input) and I have created a button next to it with the search routines that I am happy with. However as a user presses "Enter" on the search text entered in…
-
openTable issue
Hello - openTable script stopped functioning. Starting with 3.15 I have button scripts that direct the user to a table and view openTable("Supplier", "Inventory") .... has been working for months.…
- Answered
-
Simple http GET fails
I'm using the free standalone version 3.15.6 on MacOS Sequoia. I put the following code snippet into a button: let response := http("GET", "http://localhost:8000"); if response.…
-
Mehrfachauswahlfelder mergen
Ich habe eine Datenbank, die viele Datensätze hat, die eigentlich Duplikate sind, aber in einigen Bereichen unterschiedliche Werte haben. Ich habe nun ein Skript geschrieben,…
- Answered