Skip to main content
Forum
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and share
Get help
Service status
Plugin apps
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
Jacques TUR
Jacques_TUR
Ninox developper
France
www.umangenius.com
Follow
La perfection est atteinte, non pas lorsqu'il n'y a plus rien à ajouter, mais lorsqu'il n'y a plus rien à retirer.
Joined
Sat Nov 14 09:45:24 UTC 2020
907
posts
615
likes received
20
followers
Badges
Latest Posts
Re: Need Assistance with Creating a Search Button and Displaying Results in a Table
I suppose you have criteria on the number of rooms, the area of the house, the area of the garden, etc... In this case, you can use display the list of results directly in the Search table form using…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Convert a string to Base64 format
And with Ninext, it's shorter 😅 : var source := "hello word"; var base64 := #{:text return btoa(source) }#;
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Convert a string to Base64 format
@Sotirios Zormpas Of course it's easier with Ninext, but it's also possible to do it with an html field by using the onclick event of a button to execute a function that converts to basde64,…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Convert a string to Base64 format
you can use btoa() function in JavaScript : https://developer.mozilla.org/fr/docs/Web/API/btoa
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: How to Iteratively Add Items to a New Array
@Nicholas Doherty said: let finalArray := []; Copy There is no type, and Ninox cannot infer a type when using array(). You may notice that if you remove line 6,…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: How to Iteratively Add Items to a New Array
@Nicholas Doherty said: Simple version, array of numbers: let finalArray := [number(void)]; for i from 1 to 10 do let currentArrayItem := [i]; finalArray := array(finalArray, currentArrayItem) end;…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Getting pdf file from the API response
It seems to me that by just modifying the code like this (line 7 and 15), it should work.@Sotirios Zormpas , could you test it and let us know? let url := "https://testeps.e-prescription.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: New functions
To retrieve binary files using the http() function : In this post (https://forum.ninox.com/t/h7y33v0?r=35y36yp), we discovered that the http() function can return a file in base64 format.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
3
Learn and share
Reported - view
Re: Getting pdf file from the API response
@Mconneen That's exactly it 😅. I traced Ninox's code to try to understand how responses to requests made with the http function were being handled. I came across this post-processing that is done…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Getting pdf file from the API response
The problem is indeed due to the fact that the HTTP function returns text, which distorts a portion of the content of binary files such as PDFs or images.…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
4
Get help
Reported - view
Re: Getting pdf file from the API response
I just found a solution in JavaScript (Native JS with Ninext). I'm finalizing a demo app, and I'll post it by tomorrow evening.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Ninext project
@Jacques TUR Since version 3.10.8 of Ninox, calls to JavaScript with Native JS ( #{...}# ) no longer work. I have released a version 2.1.31 to fix this.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Multiple records print with button
@Fabio Indeed, since version 3.10.8 of Ninox, calls to JavaScript with Native JS ( #{...}# ) no longer work. I have just published a version 2.1.31 to correct this.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Ninext project
Sorry Icarus - Ralf Becker , I got the wrong bug 😅. Actually, there were several. I just released version 2.1.30 which, along with version 2.1.29, fixes the following bugs:…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Ninext project
@Icarus - Ralf Becker thank you 🙏 . Indeed I discovered that this week. I have just fixed the issue and uploaded version 2.1.29. This version also fixes a problem when using the callNinoxFunction to…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Icarus - Ralf Becker It's a very good idea. I'll see how I could do that.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: New functions
Good evening everyone, I just saw a new feature in Ninox that allows you to share the address of a file without having to use fileShare. It's called fileUrl( nid, fileName ).…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Copy to Clibboard button
Hello and sorry for the long delay in responding. I've been quite busy lately. I created a small application with one button to copy and another to paste.…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Get help
Reported - view
Re: Generate QRCode to File or Image field
Hello everyone, I've modified the QRCode application. It now works without Ninext. The main JavaScript code is stored in the GlobalValues page. It is initialized at startup in the "trigger after open.…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Generate QRCode to File or Image field
我是我的我 you are receiving this message because this database uses Ninext (see : https://forum.ninox.com/t/p8h78zv?r=g9ha3vf). I will see if I can make this table independent of Ninext.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Generate QRCode to File or Image field
@我是我的我 As@Icarus - Ralf Becker suggests, you can set the color in a fixed manner by using the color function in Ninox. In the example below, the code is generated in black on a white background :…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Is there a 'command' to delete an attachment?
@CISOFT Sàrl Hello Robert, the notation :callback indicates to Ninext that this is an asynchronous function (see the async function in JavaScript) that will return its value by in turn calling a…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: How to copy PDF file from Image field to new record.
@Marisol Echaide Yes, it works with the cloud, but not with the application because shareFile is not implemented. I haven't found a solution yet.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: How to copy PDF file from Image field to new record.
@Rafael Here is my result when I click on the Copy all files button:
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: How to copy PDF file from Image field to new record.
Marisol Echaide This code is used to copy all the files from one record to another : let myrec := this; let docu := files(this); let newrec := (create 'Tabla B').…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
1
7
8
9
10
11
36
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugin apps
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Plugins
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics