-
Questions Regarding Bugs in the New Mac App and the Windows Version Release
Dear Ninox Team, I have been using the local version of Ninox for development, and with the latest update for Mac, I've encountered numerous bugs, making it very difficult to work.…
-
Learn How To Connect Modules in Ninox - Webinar Thursday, December 19, 2024
Join Us For Ninox Learning Fun… As We Discuss Connecting Modules In Ninox With An Open Q&A Thursday, December 19th at 12pm EST/ 5pm GMT/ 6pm CET FREE REGISTRATION: https://us02web.zoom.…
-
On-Premises setup guide
This guide explains how to install and set up the Ninox On-Premises server Before you begin Before you start the installation, make sure your system meets Windows Server requirements.…
-
removeFile
To securely remove a file from a field or record This function removes a file by specifying either: A file object that contains the necessary information (nid and the file name).…
-
renameFile
To rename a file in a field or record This function renames a file by specifying either: A file object that contains the necessary information (nid and the file name).…
-
parseCSV
To return a structured list or array of rows and data from specified CSV text The parseCSV function parses CSV-formatted text into a structured list or array.…
-
validateXML
To validate XML documents against an XSD schema The validateXML function checks whether a given XML string conforms to the rules defined by an XSD schema.…
-
fieldId
To return the ID of a field This function retrieves the internal identifier of a specified field. A field represents a location stored within a row of a table in a database.…
-
How to lock columns on the left ?
I need to lock/freeze one or two columns to keep this area of a table visible while I scroll to the right. Much like Excel where one can lock one or two columns to stay visible yet scroll to the…
- Answered
-
get
To return a value of a given field This function retrieves the value of a field. You can use get to access fields by their name or ID, making it easy to extract data for use in scripts and…