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
Plugins
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
923
posts
631
likes received
21
followers
Badges
Latest Posts
Re: Set auto completion on Ninox editor
I have updated the completion. It is now version 1.04. The new features are : - name in color according to type : green: local variables, blue: Ninox functions red : global function black :…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
3
Learn and share
Reported - view
Re: extractx() “g” flag workaround
@Sean Thank you, I did not know this variant. Do you have a concrete example of using MatchAll?
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: extractx() “g” flag workaround
@Sean I'm used to it, I've been doing it for over a year in the online code 😁
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: extractx() “g” flag workaround
For cloud users (and for those on mac and ipad), you can also use the extended functions and call the regular expressions functions directly from JavaScript.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: extractx() “g” flag workaround
Brilliant Sean!!! 👏 That transports me to another topic, the report print engine which doesn't handle HTML. On the web version the engine is not local, it's on the Ninox server,…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: HTML text format doesn't work in view print preview
@Alan Cooke I thought that the print engine could not print HTML (this is actually a bug because it is supposed to be able to do so). I didn't know that you could ask Ninox to enable HTML.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Get help
Reported - view
Re: if, then not working within a function field script.
Hello John, This line returns a set of records : (select 'sales process defs' where Id = theIDs).'Sales Process Category' If more than one record matches the search,…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Get help
Reported - view
Re: Creative community and javascript
Following Uwe's request, I have created a database with some examples to use the EvalJS function which allows you to run javascript directly from Ninox.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Short Contributors Bio
good evening. I'm not a big contributor on this forum, but I like the idea of getting to know each other better. thank you for this idea. so I started a coder at 12 for fun (1983).…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Free and Nick, Effactively, there were several unwanted behaviours: capital letters were not taken into account and did not display the completion list.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
Hello everyone, I have added the following improvements: 1 - the afterLoadModules event is called only once after the code initialization. So, if you leave the closeRecord() function,…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
2
Learn and share
Reported - view
Re: Printing a Ninox table as a PDF with Images
Thank you very much Maria. It is indeed an easy way to make lists with photos. I had to make arrays with 2 photos per line. For this I had to use 2 tables,…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Fred Yes, Fred the automatic closing was to answer people who wanted to know how to make the initialization more discreet. But it is true that it can be surprising not to be able to open a record.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
Thank you for all your messages!!! I have just uploaded a new version with the following improvements: - Display of the table name in grey next to the field name.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Lars Yes, you are right, it should be installed in every database.
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Peter Romão It seems that your system configuration is in conflict with auto-completion. I'll see if I can make the keystroke set that activates auto completion configurable.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Sean This allows a Ninox function to be called. In this function you can do everything that can be done in a function like the Ok button function, including changing, adding or updating data,…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Fred It's not easy from a distance. Can you send me your example application to this address jacques.tur@neuf.fr?
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Fred Yes, now it works fine on the web and on mac, but just before I had a problem. I just fixed it. Can you try it now?
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
Good evening to all, Following today's webinar, I have modified the structure of the code to make it more easily improved. At the same time, I added configuration parameters and a function call…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@planox.pro Yes, of course you are right, the translation is different in different countries. So using this._id works for all countries. Thanks, I'll change that in the online code.
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@planox.pro Thank you for this comment. Why did you change this? It seems to me that in the end it comes down to the same thing, because Ninox ends up translating this._id as this.ID.
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Alan Cooke For example we could add : a more complete syntax highlighting: https://codemirror.net/demo/theme.html, an interactive help which is displayed when you click on a function to know its…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Alan Cooke The formula must be displayed at least once for it to work. If the table is never used, it will not work the next time the database is opened.…
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Jacques TUR here is a little more detail
Jacques TUR
Ninox developper
Jacques_TUR
4 yrs ago
Learn and share
Reported - view
1
31
32
33
34
35
36
37
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
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