-
Triggering record edition, creation or deletion from a HTML formula field
Being able to "draw" anything using HTML+CSS in a formula field is one of the more powerful features Ninox has to offer. Sometimes I need to trigger some "internal" Ninox functions within these HTML…
-
Ninox Bug Report 14.0
Here are a list of some bugs I have identified with the newest version: Rich Text Fields are not encoded properly in print view when using HTML A white screen flashes up occasionally (began in…
-
ui.popupRecord() and Ninext
Hi@Jacques TUR . I noticed that when Ninext is installed the ui.popupRecord() method no longer works. Do you also have this issue or is it an isolated case? Thanks! Fabio
-
Changing an imagefield
Dear all I have a membership database where shooters obtain a certain licenscard, when they have had a kind of education. for this purpose I have a choice field with the different licensetypes an…
-
how can I write the latitude and longitude information obtained from the map into the X and Y fields of a database?
Hello everyone, how can I write the latitude and longitude information obtained from the map into the X and Y fields of a database? Thank you for your help.
-
Substitutions for ui.popupRecord
Hi all - What are the other solutions to ui.popupRecord? Ninox said back in v3.8 that it, and a bunch of other commands, are being depreciated. Though it hasn't yet.…
- Answered
-
HTML and Ninox
So I'm trying to understand the difference between using double quotes ( " ) and --- when creating HTML code. I have the following code: let tbleHead := " <thead class='tableFixHead'> <tr>…
- Answered
-
Keep rID information in a JSON?
I have created a JSON object let t := this; let xPart := unique(Results.Partners); let xNewData := xPart.{ Name: Horse.'Horse Name', rID: Horse.Id, Atm: switch t.…
- Answered
-
recurring events in calendar
Hi there I have been told that one can make a script in Ninox for creating recurring events. Can anybody give me an example for a script to create recurring events ?
-
Making a field writable based on a condition
Hello Friends, I am not able to wrap my head around this thing. I want to make the "To Address" text field writable if the selection in the choice field is "OTHER".…
- Answered
-
Custom JS/HTML/CSS Visual/Functional Elements
I can't seem to find a central spot on the forum for users to share sample databases of ways they have successfully manipulated Ninox using 3rd party languages.…
-
How to use setItem in a button?
I'm having difficulty using setItem to modify a JSON in a text field with a button. I have a text field called json. It has a simple json object which is created with another button.…
- Answered
-
Sort by Nb Numerical Size
let data := [ "{'food': 'bread', 'Nb': 3} {'food': 'apple', 'Nb': 7} {'food': 'rice', 'Nb': 1} {'food': 'banana', 'Nb': 5} {'food': 'milk', 'Nb': 9} " ]; let sortedData := (data) order by Nb;…
- Answered
-
Hide multiple elements at once
Hello friends, I am trying to hide two or more form elements (text boxes) from within the "Display field only if" setting of one of the elements. How can I achieve this ??…
-
Workflow & Operations from the ground up
Building a complete ERP/CRM solution from the ground up: This week - Thursday, February 6th Workflow & Operations 12:00pm EST/ 5:00pm GMT/ 6:00pm CET FREE REGISTRATION: https://us02web.zoom.…
-
v3.15 presentation
Hi all - Don't know who will be attending the v3.15 presentation on Thursday, but it is too early in the morning for me, 5am. If you are attending please consider spending a few moments after posting…
-
Icons and their use in the styled() function
Topic: New icons and their possible uses with the styled() function Short description: The database shows how the styled() function can be used with the icons released in version 3.12.…
-
Learn How to Build a Complete ERP/CRM Solution From The Ground Up
Introducing a four part series building a complete ERP/CRM solution from the ground up: Part 1 - Thursday, January 23rd UI, Solution Structure & Architecture Part 2 - Thursday,…
-
Webinar on Automated CSV Import & Export in Ninox on Thursday, 16 January - Open Q&A
Join us for Ninox updates, tricks, tips, shortcuts and Open Q&A. We will be exploring Automated CSV Import & Export. Bring your favorite beverage and let’s have some fun learning Ninox.…
-
Looking to automate record creation based on a date
Long story short; I have a 'Tenant' record, which has their 'Rent payment date' in a date field. I've so far been unable to find a way to reliably create a new record triggered by a date. I.e.…
-
Using Global Functions & Building a Library of Global Functions Webinar
At the first Ninox Learning Lab of the new year, join us as we create and use Global Functions and build a library of Global Functions. Thursday, January 9th at 12pm EST/ 5pm GMT/ 6pm CET FREE…
-
Create a zip file of all invoices generated with printRecord()
Hello, I would like to create a zip file that includes all invoices from all records in the "Transactions" table. Invoices are usually obtained individually by clicking on a button containing the…
- Answered
-
Copy to Clipboard
Is there a Ninox function now? I was looking for a way to copy the content of a field and found this post from way back: html("<button onclick='copyToClipboard(""" + concat(SERIAL) + """)'>Copy to…
-
How to implement a button function in Ninox: Create a new record and pop it up?
Hello everyone, can the button function in the HOME table be modified to: create a new record and pop it up? For someone like me who is just getting familiar with Ninox functions,…
- Answered