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
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1621
posts
226
likes received
5
followers
Badges
Latest Posts
Re: Fix this forum so you can post a question even if you have forgotten to log in
Well, isn't it the intention on every forum to log in first before posting something ? Nobody likes incognito blame or whatever....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Trigger after update, field
I think it should be something like this: DETAIL := "http://www.kiosqueauto.fr/index.php?module=ajax&action=car_details&natcode=" + 'NATCODE AUTOVISTA' + "&vat=19.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Recherche partenaire d'affaire
Philippe, mon adresse e-mail est steven@rosoft.be Bien à vous, Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Recherche partenaire d'affaire
Dommage, j'ai des connaissances techniques mais mon français n'est pas très étendu. Avez-vous déjà consulté la page des partenaires de Ninox ? Il y a aussi des francophones sur ce sujet.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Static Map With Multiple Markers
Dean, There seems to be no reference in any manual about location field type. We have to figure that one out by ourselves i guess. Sometimes , the manual is a bit sketchy.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Images vs Attachments
Hi, Check this from the blog(new in version 2.4) where you can display attachements: Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Static Map With Multiple Markers
The key will be active until the beginning of next month, 2 more weeks of free testing !
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Static AND Dynamic Google Map with Multiple Markers
The key will be active until the beginning of next month, 2 more weeks of free testing !
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Test condition
null e.g.: if Field!=null then ... end In this case if the field contains something, the code will be executed. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Filter with a button
This is only possible in a view on a form. Not in the table view. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Field styling query
It's only possible to dynamicaly style a date by using a formula field containing the date and style this formula field depending on your conditions. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Choice selection for all field in table
Hi, This works:(in the trigger after update of the Yes/No field) let YN := if 'Yes / No' = true then "true" else "false" end;for i in select USA doi.('Yes / No' := YN)end Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Dynamic create table reference
@Michael, Well, I think this post is kinda divided in three posts, this one and two others:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Dynamic create table reference
What wynand want is to use a variable in a select statement like in the example below (which does not work btw) let Var1:= "Table1";for i in select Var1 do(some code)end I already asked this in the…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: When import data triger update not working
It should read Best way, is to .....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Choice selection for all field in table
oops, Should be let a := 'Show Time';for i in select USA doi.'Show Time' := aend Sorry about that. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Choice selection for all field in table
With a loop in the trigger after update of that field can do the trick I think. let a := ChoiceField for i in select Table do ChoiceField := a end Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Choice selection for all field in table
With a loop in the trigger after update of that field can do the trick I think. let a := ChoiceField for i in select Table do ChoiceField := a end Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: When import data triger update not working
Best was is to use a button I think. When importing, triggers won't fire....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: (Newbie) Create New Record from Button Formula Please
You must use single quotes for your table name if it contains a space: --- let newRec := (create 'Customer Data'); openRecord(newRec) --- Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Send a mail
@ Emeric If you use a command like this in a button, I think ,the default mail app will open: openURL("mailto:" + Emailadress + "&subject=" + Subject+ "&body=" + TextfieldBody + "&attachment=" +…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Static Map With Multiple Markers
You can find more info of the possibilities here: https://developers.google.com/maps/documentation/javascript/tutorial Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: is there a solution how to code the analog of the excel EDATE function in ninox?
Oh, thanks. @Sean, good to know. @Serik, nice programming.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: NINOX - Data Security in Cloud
https://ninox.com/en/dsgvo
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: is there a solution how to code the analog of the excel EDATE function in ninox?
@Sean or @Mconneen mod type function? Am I missing something? Can you explain or give an example please?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
1
44
45
46
47
48
65
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