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: Renaming part of title attachment
@thomas when you leave the mouse on the red square, an error message appears. What does it say?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Renaming part of title attachment
@thomas If you put the replacex (as below) in the Trigger After Update of a number field, it will do what you want, right? myFileNameField := replacex(myFileNameField, "(\d+)", "", myNumberField)
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Renaming part of title attachment
@thomas Louis Cornacchia You could try it on your console : "//init fileName"; var FileName := "HAGELSCHUTZ-Nr1082-150x400cm-Backlight-nicht-hinterleuchtet-mit Schlaufe-2021";…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Renaming part of title attachment
@thomas So what exactly do you need?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: v3.7.11 on MacOS does not like Ninext
@Nick On the cloud, the bug is fixed since version 3.7.11. Did you clear the browser cache? To prevent futur Ninox bug, in this code, I added two parameters on the http function:…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred You are so patient with others, I think it is the least I can do. Thank you for the help you bring to this forum 🙏. It work right now ?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
@Nick Yes, as I said, this version of Ninext Language is not stable. I realized after I posted it that I didn't go about it the right way. I'm going to rework it soon and send you a stable and safe…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: v3.7.11 on MacOS does not like Ninext
This bug is fixed and it doesn't concern Ninext exactly, but just the call to the http function with two parameters. Unfortunately the bug happened before Ninext was executed and I could not fix it.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Is it possible to run the script in a button from another script?
@Louis Cornacchia It is standard Ninox script, see here : https://docs.ninox.com/en/legacy-manual/calculations/reference-of-ninox-scripting-functions#calling-functions You never use functions in…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
@iliper LTD I'll try to fix it. Are you work with the Mac App or the cloud ?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred Does it work when you call teamAvP with void in the cName parameter?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred Like I said here you must to specify the type of void like this : (rType = text(void) or 'Round Type' = rType). With out it, Ninox try to found record with 'Round Type' = void.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
@Javier Gómez Here it is
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
@Javier Gómez Yes, I need to modify it a little bit. I'm going to change the method to display the labels. After that you won't be able to edit the label directly on the foirmulars,…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred You can also use the cascade call with different parameters: function GlobalJS(Gjs : text) do #{:text return Gjs}# end; function selectA(title : text) do select Customer where Title like title…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred I'm not sure what's wrong? The function call with text(void) or the filter? Can you tell me more so I know where to look? Or send me an example?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
WARNING: This is a test in progress. Do not use this extension of Ninext on your database for the moment. If you want to do it, do it on a copy only.
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Global function to work with out all parameters
@Fred I just saw that you have to put text(void) : function teamAvP(tID : number,yNum : number,cName : text,rType : text) do avg((select Results)[TeamID = tID and (yNum = void or Year_calc = yNum)…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Multi language solutions best practices
Here is a first draft that already works quite well. It uses what is already partly programmed in Ninox (see attached database). To modify a label (or tooltip),…
Attachment
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Multi language solutions best practices
Ninox is already structured for translation. There are reserved spaces to save the labels in multilanguage. Some of the mechanisms are in place, it just needs to activate a little extra code so that…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Global function to work with out all parameters
It is not possible to set default parameters or omit a parameter when calling a function. Ninox expects the right number of parameters with the right type for each.…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
1
Get help
Reported - view
Re: Ninext : Fields inspector (evaluate the impact of changing/deleting a field before to do)
@Oliver Thank you very much 🙏. I haven't actually organized it yet. Maybe I could put a hat on the floor ? 🎩😁 I'm planning to professionalize Ninext,…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Learn and share
Reported - view
Re: Upload a single file with POST API
It would be easier to help you if I could better understand what you want to do. Uploading a single file with the POST API is a solution to what?
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
Get help
Reported - view
Re: Is it possible to run the script in a button from another script?
I think the best solution is to create a global function for each button. The 6th button calls all functions directly. If you use the running record in your buttons,…
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
3
Get help
Reported - view
Re: Ninox Mac app now free
I received it too. It's good news, even if I had already bought the Mac application 😅
Jacques TUR
Ninox developper
Jacques_TUR
3 yrs ago
2
Learn and share
Reported - view
1
18
19
20
21
22
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