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: v3.7.11 new functions
@Fred Here is the code that is in the formula in the User Choice column: get(this, text(first(select 'Test choice').Choice))
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Ninext project
@rcrema To close the dialogue box when the button is off the screen, simply press the Enter key after the dialogue box is displayed. What is your version of Ninox?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
Hello everyone, I have just released version 2.1.3 of Ninext. It fixes the bug found by @Icarus - Ralf Becker . The error message appeared when the searched value was null:…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
3
Learn and share
Reported - view
Re: Ninext project
Thank you for the information. Could you send a screenshot of your table, please? I will try to recreate the problem. I think it depends on the type of field displayed in the table view.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
@Maurice Could you send me your onselect code? I will try to find and fix the bug.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
I realise that in the code initialisation examples above, I left darkMode and language at false. If you want to enable them, just set them to true. ninext.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
Sorry @Maurice Maurice, I removed GitHub without thinking about those still using the 3.7.x versions. I've been working this morning to find a solution and this code should keep you running: var res :…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
Please check if your app version is 3.8.2 or more.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Ninext project
The Ninext project continues ! It is largely thanks to your support and messages that this is possible. Thanks to all of you 🙏 🔧With the new version 3.8.x I had to modify the launcher.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
3
Learn and share
Reported - view
Re: Ninext : Important information
Hello everyone, I'm finally back to give you some news... and it's good : Ninox has done what it takes to make Ninext work on 3.8.2 🎉 I would like to take this opportunity to thank the development…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
6
Get help
Reported - view
Re: Locking Records in multiple tables from one
You can create a formula in each child table to reflect the state of PROJECT.LOKED.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@Maurice This is good news 👍
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@Maurice If I use your initialization code, everything works fine on my cloud database, including ViewEvent. Could you share with me an apli with the problem or the code you put in your list?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@Maurice Now, on the cloud with v3.7.15, it works fine on my end. But in a few days, it will not work anymore. In the future, to have the same possibility,…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Sort a dMC field dynamic values
@Holly M Sort() function return one table ordered. Exemple : var a := ["b", "e", "c", "a", "d"]; sort(a); return : a b c d e sort(select Invoice) returns a list of record numbers from the Invoice…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@Alan Cooke Ha sorry, it was my poor English that misled me ☺️. The translation had done a good translation but I didn't believe it 🙄🤭
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@Alan Cooke Thanks, but in fact it's more a case of not cracking the code, but working with what is provided by Ninox.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
Hello everyone, I am writing this message to tell you that I still don't have any more information at the moment. This is a way to give you a sign of life.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Get help
Reported - view
Re: Ninox Date and Time Issues (continued)
@Fred Sorry, this is not a Ninox feature. I did this in collaboration with @Nick Massie Nick Massie when we were trying to fix some date shifts in Ninox.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Ninox Date and Time Issues (continued)
@Fred said: what is the code behind your extractDate() function? ExtractDate returns any date in a specific time zone. It allows to correct the date operations of the server according to the…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninox Date and Time Issues (continued)
@Nick Massie said: let xDate := datetime(Date); let xNewDate := extractDate(xDate, -6); let xTime := Time; select Transactions where JOBS.Id = 3979 and extractDate('Date / Time',…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
@UKenGB Please, leave me a few days and I will come back to you with news and explanations, I promise you 🙏
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Get help
Reported - view
Re: Ninext : Important information
@Alan Cooke Give me some time, I am looking at what will be possible in the future.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Ninext : Important information
@Alan Cooke Yes, for the time being it is better to remove (or comment out) all code parts related to Ninext. Especially the global functions because I have already noticed that a code error in one…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Ninext : Important information
Thank you very much, I am touched by your comments ☺️.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
1
14
15
16
17
18
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