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: How to copy PDF file from Image field to new record.
@Marisol Echaide Can you share the test database with us?
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 Perhaps the problem lies in the way the record is created. The create function returns a Node. And I think importFile wants a NID. Try creating your new record like this: let contab :…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Sort json?
@Fred all values in JSON are supplied as any. This is why you need to convert them before using them. To sort your table by Nights and Months, you can double the order by function:…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Sort json?
a JSON variable is like table result. You use functions sum, order, first, last… To sort your result, just add « Order by Nights » after the for loop : or, use one variable like « var res := for i….…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Files on google drive
Haavard Hjorteland It seems that this line was left by mistake. It no longer serves any purpose in your code: var GoogleCode := 'https://docs.google.com/document/d/THE-FILE-ID/edit?usp=sharing';
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Files on google drive
Haavard Hjorteland Good idea to share the directory directly 👍. With this, you can also display documents, videos, or spreadsheets. I think I'm going to use this to share some documents.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Files on google drive
@Haavard Hjorteland ChatGPT gave me a simple solution for displaying a file from GoogleDrive : To embed a Google Drive file into an HTML page using an `iframe`, you can follow these steps:…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Ninext project
Good catch@Fred that's exactly the problem 👍.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
Many thanks to@Fred for sharing his application with me 🙏. I was able to reproduce the issue. It was the case where a form was displayed directly, without going through a table.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Ninext project
@Fred var res := http("GET", "https://www.ninext.fr/_functions/ninext").result.code; dialog("Ninext initialization", html("<script ninext=''> " + res + " ninext.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
I am really sorry 😔. Several of you are having issues with the copy/paste function not working in certain configurations, or not working at all. I had tested it on Chrome, Safari, and Firefox on Mac,…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
- Fixed: Sometimes, copy/pasting between two applications doesn't work.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
Hello, I just released version 1.2.26 beta of Ninext with the following fixes: Fixed: error occurred when callNinoxFunction is called with an object as a parameter.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: add onselect event for view field
@Patrick W. I should be able to do this. You'll need to indicate in the return value of the onclick function that you don't want to select the line. For example, by returning a JSON of type { select :…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Generate QRCode to File or Image field
@Jacques TUR Can you try this application and tell me if it works on android?
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Fred I've already corrected the problem. I think I'll be able to do an update on Monday or Tuesday. Thank you for your patience.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Generate QRCode to File or Image field
Some of you are experiencing difficulties using the QR-Code on Android. Unfortunately, I only have Apple phones and cannot test the issue. For those who are encountering this problem,…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Formula to sort month
"Mes" is the name of the month. So, they are sorted alphabetically. Try using Month# for sorting: select Gastos order by month(this.Month#)
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: v3.7.11 new functions
@Marcel Reeg Sorry, but I've never used the Rest API with multi-part files. However, have you looked at the documentation (https://docs.ninox.com/en/script/functions-overview/functions/http)?…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Get count of chosen values from different table
@arisziniatis I'd love to. I'll talk it over with@Jan Augustin (with whom I now work) and we'll get back to you.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Ninox tutorials stopped working?
@Nick You can found it here : https://www.youtube.com/@ninoxsoftware
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Ninext : Debug Tracer
@chris Sorry for the delayed response. I don't have version 3.8.16 of Ninox, which prevents me from running tests to replicate the issue. Do you have the ability to try this same app on another…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
Hello everyone, I am releasing a patch that brings us to version 2.1.25. It fixes issues with copy/pasting Fixed : Various malfunctions in copy/pasting.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Ninext project
@Alan Cooke , @Icarus - Ralf Becker Thank you for your messages. I have just released version 2.1.24 which now allows you to copy layout fields. Also, if no field is selected when pressing cmd-v…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Ninext : Debug Tracer
@chris Could you show me the code you use and/or send me an example application?
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
1
8
9
10
11
12
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