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: Ninext project
@Alan Cooke and @Icarus - Ralf Becker I can't seem to reproduce this mistake. Can you tell me more? - Do you use events or Ninext functions on these windows? - Which modules did you load?…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Export child table
@Martin Mueller good job !! This will help those who want to automate the export. try with lf : urlDecode("%0D%0A") to get a real ascii code.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Ninext close not working
@Alan Cooke I have changed the initialization method of Ninext and the last modification made last night causes an error on the old method which is not maintained anymore.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext project
I have improved the user interface of the error viewer a little. It is now possible to directly access the formulas in error by using the key button : FieldsInspector has also been improved so that…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Learn and share
Reported - view
Re: Ninext project
@buy Sorry for the inconvenience, it is fixed. Now, when you run Ninext again, the following message appears.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Ninext project
I just added a tab in the Ninext popup that displays all the compilation errors that may exist in the database. Ninox does not necessarily display all compilation errors.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Icarus - Ralf Becker I think I have solved the problem. There were indeed compilation errors that appeared because I was compiling some scripts before resolving the global function scripts.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Fred I'll check it out soon.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Ninext project
@Icarus - Ralf Becker Can you send me, in private message, your database or more information so that I can research where this phenomenon could come from?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Icarus - Ralf Becker Thank you very much for reporting this problem. Indeed I had modified this part of the code because I had a similar problem in the fields edition window.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Fred Thank you very much. I am not very good in English and it helps me a lot to improve when I am shown the mistakes I make 👍. It is corrected.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Learn and share
Reported - view
Re: Dark Mode
@Sean Yes, I would be happy to add DarkMode to the Ninext project 😀. I just made it possilbe to load the code locally as you do in your example (see here).
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Ninext project
Following an excellent comment from @Sean, I compiled the Ninext project into a single downloadable JavaScript file. I took the opportunity to do some sorting:…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Dark Mode
@Mel Charles I had the same problem with my icons. To fix it, I just insert this line after the initialization of the icon: document.querySelector('.header-body').style.marginRight = document.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Dark Mode
@Sean I emailed you about this with a potential solution. Did you receive it ?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Dark Mode
This is really brilliant!!! And your idea of putting the code in a table to be executed locally without needing Interent access is very good too. I'm going to take inspiration from it.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Export child table
What do you mean by "exporting records to a child table"? - Copy records to the same database? - Copy records to another database?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Native JavaScript
Note: each browser seems to have a different behavior when downloading a file with this function. Safari replaces the file if the name already exists. Chrome adds a number in parentheses to the end…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext : Native JavaScript
@Michael Yes, it is. I do it for myself. The first version was shorter, but not compatible with all browsers. I tested this version on Mac with Safari, Chrome and FireFox.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Fix to resize Console window
I had not seen this post. Thanks Sean, it's very handy to be able to redefine the size of the console 👍
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Generate QRCode to File or Image field
Did you test with the application attached in the first post?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Maurice Sorry, I forgot to answer you. The icon with the magnifying glass allows to show/hide the Ninext popup window used for debugTracer and fieldsInspector.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Child record table with dynamically header
@Martin Mueller You are right, my first code works for a view field, but not for a child table. This code works for both: function modifyColTitle(fieldViewName : text,numCol : number,newColTitle :…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Iterate over DC
@Kruna oops, here is the example Test auto select 2.ninox
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext project
@Maurice and @buy I fixed both problems in the last version. Thank you for your patience.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
1
16
17
18
19
20
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