CISOFT Sàrl
-
Best way action to selected records
Hi, I need some help, because i dont find a solution for my basic of basic problem. Ok then i have a simple table Contact. In this table i have many records. Thes basic from basic.…
-
Application DMS Document management system with Ninoxdb
Hello,I have to create a DMS soon for a client. The client must be able to drop files by dragging and dropping, adding tags, adding metadata, doing research on the files and their content.…
-
Send file to external API
Hello, i need send file (image, pdf) stored in my database cloud ninox to a external api for storing this file in a mysql database. I tray with the function http() but without success.…
-
Upload a databe
Hi, I try tu upload my database backup and downloaded in my desktop app and my cloud version but nothing to do. The data base has a size of 2.35 go Any helps? Robert
-
explain this code for selection with where condition
Hello, I saw an example to display views with a filter on a multiple combox. I looked at the code and got a little lost. Can someone explain this to me with the where? Thank you in advance.…
-
Font OCRB in pdf
Hello, For the invoices I create I have to attach a payment slip with. So far it's beautiful because everything works locally, because the institutions requires us to use the OCRB font for the coding…
-
Image Attachement ImportFile
I import a file from an URL and save it as an attachment of a data record : importfile(this, "myPathToFileAndFileName") Work like a charm. My step 2 is to show the file in a image field.…
-
version 2.5.8 and over?
Hello evrybody, 1. What is new in the version 2.5.8? 2. It is planned a new big update version nextly? 3. It is a way to be beta tester of new version? Have a nice day. Robert
-
Tenant and sub-tenant
Hello, I have a trooble for modelization a schema. In fact i have a table tenant and in this table i have record that is sub-tenant. But how can recognize the record tenant or sub-tenant?…
-
fire a own action on a event
Hello, Today we have a possibility to fire a own action on a event by clicking on a button. It's possible fire a own action on a other field? image, text, tab, etc ..... Thanks
-
Copy a image or picture
How can copy a image or picture from a table to another. I have tryed many way but nothing work. I tryed : Table_1.image:= Table_2.Image Dont work I tryed with text name of image dont work.…
-
Refresh Kanban view
Hi, I have a view in Kanban mode. I work on several screens. When I make changes to items that are displayed in kanban mode, the updates do not follow. Indeed,…
-
Synchronization tables between more data bases
Hello, I have a database that is centralized on my clients. In this database, I manage my interventions at my customers (working hours), their computer configuration (computers, server, routers,…
-
Relation 1:1
Hello, I have a table and for this one i need copose with another tables. But all other table must have maximum 1 record for the parent table. My question is : how can do relation 1:1? Thanks Robert
-
Slowing database.
Hello, I have a database that I use every day. This database has a table that has more than 23,000 elements. The database generally works well, but all the processing related to the table of 23,…
-
Ninox HTTP Calls syntax
What is the right syntax? In documentation (https://ninoxdb.de/en/manual/api/http-calls) its mentionned : 1. http(method, url)2. http(method, url, body)3. http(method, url, headers, body) for then 3.…