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: All I want for Christmas!
@S Moore Text Entry Alert Field - Similar to alert(“”) add dialogue(“”,’Text Box’) to have the ability to type text in the dialogue box, hit OK, which would then insert to the specified text field.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: All I want for Christmas!
A framework to create official add-ons and enhance the Ninox interface and functions.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Get help
Reported - view
Re: Set auto completion on Ninox editor
@Fred Now the version numbers remain displayed. The first time it says "loaded" and the second time "already loaded".
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Peter Romão said: Nope same thing is showing on the Mac. "Modules version 1.01 beta already loaded" Is there a way I can close the database to start loading from the beginning again?…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Fred Yes 👍, that's what I said above, I'll update the code so that the version numbers of all the modules remain displayed (while preventing the code from loading multiple times)
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Operators for searching one/several texts in the field filter (Boolean)
Thanks a lot Ben, it works really well. I had never thought of putting my text in quotes and was wondering how to do this kind of complex search. It's really good that the Ninox people are giving…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Peter Romão Several modules are loaded at the same time, including file and comment badge management, JavaScript functions and auto-completion. There is also a utilities module which has functions…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@Arjan G No Arjan, that's the old code. I had to give it up quickly because it didn't allow me to devolve efficiently. You have to use this code now: var configLoadModules := { completion: true,…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
Re: Set auto completion on Ninox editor
@UweG Yes, since 1 hour 🙂
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Learn and share
Reported - view
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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 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
3 yrs ago
Learn and share
Reported - view
1
30
31
32
33
34
35
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