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
@chris Yes, I confirm, with Ninox 3.7 you have to delete html() inside the dialog function. And the global function highlighting only works from Ninox 3.8 onwards.
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Ninext project
@chris You should have this result:
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@chris Is this true for all functions or just some? Can you take a screenshot for me? If you try with the attached data base, do you get the same result?
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@chris It's not easy to fix a bug without being able to reproduce it. When you talk about formula triggers, are you talking about the code that is in "Formula", "onClick" or "Display field only, if"?…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@chris Would you be able to reproduce the problem? If so, it will be very valuable for me to have an example to fix this bug. If not, can you share with me the code of the global functions and the…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Ninext project
@chris Thanks, this will help me to improve Ninext. Can you tell me more about the functions not found? Where are they declared and where are they used and not found?
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Badges on TABS
@Alan Cooke Could you send me one exemple of your code to try to fix this issue ?
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Badges on TABS
@Alan Cooke You can also look at the example of the Badges table in this database. Ninext 2.ninox
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Badges on TABS
@Alan Cooke Indeed, the function must always return a structure, otherwise the tab is hidden. Try this code: function onUpdate(event : any) do var badge := if 1 > 0 then { caption: text(count(1)),…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Badges on TABS
In the "Display only If" trigger Ninox expects a true or false value to display or not display the tab. Your function returns true only if count(NOTES) > 0.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: v3.7.11 new functions
@Florian Schwendtner You can also write this : var watermark := json.Handlebars.Watermark; setItem(watermark, "Template", "Y");
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Learn and share
Reported - view
Re: Percentage-wise display of RGB color from red through yellow to green
Thank you for this proposal. You can optimize your fnconvhex function as follows (extract from this post : https://forum.ninox.com/t/h7hn568?r=q6hn5tv) function decToHexa(value : number) do var hexa :…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Learn and share
Reported - view
Re: Badges on TABS
I Allan, I am surprised by your question. You will find the answer in your previous message 🤗 https://forum.ninox.com/t/q6h0pvd?r=83h0rkv Does this help you?
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Ninext project
Hi everyone, I released the version 2.1.16 of Ninext with the follow updates : - fixed : the language menu is not displayed when the user clicks on the language button.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
2
Learn and share
Reported - view
Re: Multiple records print with button
Erratum: I uploaded the wrong version of the demo database. Please find the correct version. After a short test, it seems that the database does not work properly on Mac.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Multiple records print with button
Please find an example of printing in the attached database. See the ViewEvent table. Lots of news on this page: - The customer list is retrieved from the 'Customer list' field.…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Multiple records print with button
I updated last function and i ranmed it printAndSaveMutiRecord. Now it print and retrieve one URL link of the file. With this, link, you can decide to download it or save it to attached documents of…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: PrintSelection
@Eric Plet You are right, the code is fine to put in a button. But for it to work, you must first install Ninext (https://forum.ninox.com/t/p8h78zv). Send me an email (jacques.tur@neuf.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Multiple records print with button
@Fabio I had not paid attention to that. I had to modify the code a bit more to get the selection of several records AND the choice of the file name: function printAndDownloadMutiRecord(strNids :…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Multiple records print with button
@Fabio You are right, fileName is never used 😅. Please use this tow functions. One to print and retrieve the URL of pdf, seconde to download one URL : function downloadURL(urlFile : text,…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: PrintSelection
There are several answers here : https://forum.ninox.com/t/m1hr8p3
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Multiple records print with button
@Fabio Of course, but which of the three codes are you talking about?
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
Re: Multiple records print with button
@Sébastien Guillet said: Unfortunately, I will not be able to use the dynamic reports because the 2 documents are an invoice and an appendix containing personal data.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Multiple records print with button
@Sébastien Guillet To have everything in the same file, to date, the best is to use the dynamic report which allows to build very complete and complex reports.…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
1
Get help
Reported - view
Re: Write data to file
@Sean said: I agree, it would be nice if Ninox implemented an option to use the "Save as" dialog. Vous pouvez le faire en créant une url avec shareFile et un bouton de téléchargement avec une formule…
Jacques TUR
Ninox developper
Jacques_TUR
2 yrs ago
Get help
Reported - view
1
11
12
13
14
15
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