CISOFT Sàrl
-
Function global
Is it possible to create global functions? Accessible throughout the database?
-
Types of parameters for a private function
What types of parameters can be used for a private function? text -> ok number -> ok array -> ? record -> ? date -> ? table -> ? and more?
-
relation n:m
Hello,I have 3 tables in relation N: M. Customer, Contact, Person.Contact as two link composition to customer and person.In Contact to look customer and personn.…
-
Inheritance table
Hello, How ca do inheritance with table? Sample : i have a table Person (first name, laste name, age) and i need a second table Customer (num customer) but i dont want the attribute (first name,…
-
API REST method post
Hello,In a project, I have to send data to a ninox table from the outside.I'm using that ninox REST API with the post method. I'm sending the json structure below to create records on the fly:…
-
Problem with date
If I take a date field, for example invoiceDate, and want another field to calculate the due date, I'll like this: 'field due date' = invoiceDate + 30; if value of my field invoiceDate 02.10.…
-
http with method post
Hello, i try this code bellow in a button let response := http("POST", "http://localhost/test.php", {myParameter: "myParameterValue"}, {'Content-Type': "application/json"});if response.…
-
REST API
In the documentation for REST API it is mentioned not to put the client-side API code. Then it is mentioned that you have to use the API code to get data from a ninox database.…
-
action to selected items
Hello,I have a table task and an invoice table. I would like to choose some tasks from the table task to be able to insert them in the invoice table, more precisely the subtable invoice-items.…
-
Current schema modification. Your changes have been reverted
When i try put a new field, i have the message when i want save my change. How to resolve this problème. Thanks. Robert