Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn & Share
Get help
Webinars
All topics
Contact
Privacy
Overview
Profile
Günther
Gunther.1
14
0
0
Joined: 14 Sep 2018
Follow
My Posts
Latest Posts
Re: Creative community and javascript
Hi, with the new way of Syntax -checking it's not possible anymore to create new code.
Attachment
Günther
Gunther.1
2 yrs ago
Learn & Share
Reported - view
Re: Does anyone have any strategies for release management from a development to test to production environments?
Have a look: https://gitnox.com
Günther
Gunther.1
3 yrs ago
Get help
Reported - view
Re: Http GET request including a WRAP authorisation header
In compare to the documentaion you have "client=" in your Token. >>"client=nkgbvldfglknfdl&user_token=dkjbgkdfhkl"
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
Hi, let tblnm: ="rajan sankaran collection"
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
You can use: function myfunction(TempTable: tblnm) do let tb1 := select TempTable ... The point is to use the real Tablename as a format!
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: File attachments
You can read attachments from other team/db/table/record but only programs outside from ninox ( by example Integrator) could write/ delete this files
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: can I set and use global variables ?
You have to take a calculated Field with pn() <compareOperation> . Then use yes/no in this field to select the valid entries.
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: can I set and use global variables ?
Hi, you can define a user function function pn() do 110 end; Now you can uses this like let XX := pn() + ...
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: Universal array handling when array items are not text strings
Hi, try this: let array := [0, 20, 30, 40];let max := cnt(array) + 1;let add := 75;var newArray := for ind from 0 to max doif ind = max - 1 then add else item(array, ind) endend;alert(text(newArray))
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: XML Data File
112_xml im Webinar de2018 Falls Du kein Zugriff hast, bitte über den Support anfragen
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: XML Data File
112_xml im Webinar de2018
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: Define text variables in the console with the iPad version?
Hi You are using the wrong quotation marks. „“ must be "". Please hold down the „ - Button, then the right code for " is displayed.
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: XML Data File
Ergänzung: sieh webinar-teamspace 112_xml
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: XML Data File
Hier eine ninoxfunktion, die von xml nach json wandelt. parseXML(formatXML)
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics