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
Documentation
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3686
590
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Only bulk edits?
I can see individual records in my iPhone app (v3.14.3) and can edit individual fields in a record. Can you post a screenshot? Have you contacted Ninox directly?
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer If you really want to be inspired, look at @Sotirios great Dashboard Template.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: How do you distribute changes to a database to other users
I'm assuming you are talking about the local app? The end user can add the DB to their app. Then open the new DB. Then: click on Table Menu > Import Data select Ninox from the top tabs select the old…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Changing an imagefield
To clear out an image field is a two step process: removeFile(Image); Image := null
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Display a text sequence in html format
Thinking a bit too much about this. To make things a bit easier in the future is to breakup 'Synthèse concaténée' into two parts. One would be a new formula field (preHTML) that is just the html…
Fred
Fred
5 mths ago
1
Get help
Reported - view
Re: Values from previous record by date
Missed the second use of [this]: let myRec := this; let prevDate := max((Fund.Development[Date< myrec.Date] order Date)).Date; prevDate
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Values from previous record by date
You are very close. You just need to use the order statement. If you don't use an order statement then Ninox sorts by record Id. let myRec := this; let prevDate := max((Fund.Development[Date< this.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Does a programming tutorial exist?
The official Ninox information is in the Documentation section of the Forum. @Jacques TUR's website has some very helpful tips as well. There are plenty of videos from Ninox and Nixous in Youtube.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer If I add a switch to my code from above: let t := this; let layoutName := switch name do case "bubba": "NameSpace" end; let newChild := (create Table1a); let printVar :…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Workspaces gone
email Ninox.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer You can also simplify the switch to: let myFilename := switch 'Hvilket Licenskort har vedkommende' do case 1: "Provisional" case 2: "A Licens IPSC" case 3: "A+ Licens IPSC" case 4:…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo WoerThat is one solution, or you can try out@Jacques TUR solution from this post. Here is code that works for me: let t := this; let newChild := (create Table1a); let printVar :…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer Have you tried a print layout name without spaces?
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo WoerTry changing: i.(Licenskort := importFile(this, printAndSaveRecord(this, myFilename), "Licenskort.pdf")) to i.(Licenskort := importFile(t, printAndSaveRecord(this, myFilename), "Licenskort.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer Have you tried hard coding a print layout name to test that it works?
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer It cannot find the layout I have in "myFilename" I am sure that it is because I haven't properly linked the parent and the child correctly and the layout is in the parent table.…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Trigger on Open....
@Leo Woer said: it is supposed to be hidden, as it only works as a container for the attachment I send in an email If a person can have many licenses then maybe create a child table called images or…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: How to set a default value for dynamic fields?
@Stef Please mark the post answered when you get a moment.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Select only hosts not working on a certain date from joined table.
@James if it works then that is great.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: Display a text sequence in html format
@Sébastien GuilletYeah, I was trying to figure it out but I couldn't at the moment. But try this: let getRecs := (select Table1); let finalHTML := html(""); for rec in getRecs do finalHTML :…
Fred
Fred
5 mths ago
Get help
Reported - view
Re: An easy? help request
@RafaelHere it is for me in Chrome in Windows: Looks like this in the Zen browser as well in Windows. Looks the same for me regardless of browser.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: An easy? help request
@Rafael this is what is looks like for me in Firefox in Windows and Mac: The same as Edge for Windows.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: How to set a default value for dynamic fields?
@Stef You can try adding at tab at the top of the Edit Fields window. Then you can edit the top Tab's Trigger before view: Does that work for you?
Fred
Fred
5 mths ago
1
Get help
Reported - view
Re: An easy? help request
@skyline. verge. 8d When you get a chance please mark the post answered.
Fred
Fred
5 mths ago
Get help
Reported - view
Re: An easy? help request
@Rafael don't know what to say. Looks like a Ninox issue as there is nothing special in there. I wrote it in public cloud. here is how it looks in Edge in Public cloud.
Fred
Fred
5 mths ago
Get help
Reported - view
1
8
9
10
11
12
148
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
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
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
View all topics