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
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
Follow
Joined
Thu Feb 06 18:42:57 UTC 2020
3909
posts
632
likes received
5
followers
Badges
Latest Posts
Re: How long will Ninox 3 remain?
@Mel Charles You can go to beta.ninox.com to sign up and give it a try. But be aware that it is NOT feature complete so it is more like alpha. Ninox calling it beta has gotten many people in a tizzy…
Fred
Fred
2 days ago
Get help
Reported - view
Re: Scripting 'On Click'
As I understand it, with the app you can only edit your db on 1 device at a time. If you want to change the device that can edit the app then you need to “synchronize” it on the device that you want…
Fred
Fred
4 days ago
Get help
Reported - view
Re: How long will Ninox 3 remain?
with the speed that v4 is moving i would expect that that v3 will be around longer than 2028.
Fred
Fred
4 days ago
2
Get help
Reported - view
Re: Ninext plugin v3.x Beta
@Jacques TUR Thanks for the video. I also just saw the small icons you added for each field. Really nice.
Fred
Fred
2 wk ago
Plugins
Reported - view
Re: Ninext plugin v3.x Beta
@Jacques TUR I'm in the scheme overview and Ninext picked a random table for me. How do I get it to start at a table that I selected? Plus when I delete a view in the scheme the error message is in…
Fred
Fred
2 wk ago
Plugins
Reported - view
Re: import ninox archive to web version
@transat said: I am migrating to the free web version because the latest version of the desktop app appears to be a one month free trial and, as an occasional user, I can't justify the subscription.…
Fred
Fred
2 wk ago
Get help
Reported - view
Re: How to correctly reference a table by name in a Page button script
Can you post a sample of your code with a picture of your data model?
Fred
Fred
2 wk ago
Get help
Reported - view
Re: Getting my Ninox tables and views to be synced with my iPhone Ninox App
If your databases are in the cloud then you can access them on your iPhone by logging in with the same credentials. If you only use the app, then you can save your databases to iCloud then they will…
Fred
Fred
2 wk ago
Get help
Reported - view
Re: Ninext roadmap for Ninox 4 — any updates?
@Jacques TUR copy and paste is the only thing that comes to mind. v4 is not feature complete so we don't know what they will do.
Fred
Fred
1 mth ago
1
Plugins
Reported - view
Re: Ninext roadmap for Ninox 4 — any updates?
You will have to join the v4 Discord for information about v4. It is not feature complete with v3, so do not have any expectations. Until the two versions are equal is features and stability nothing…
Fred
Fred
1 mth ago
Plugins
Reported - view
Re: I lost my AI generated database
This forum is for v3. You need to join the Discord channel for v4. Email Ninox support for the link.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: adding an auto incremental number to existing records
@Mel Charles We have all done that. I'm glad it is working. As always, there is the need to iterate the code as we discover that it doesn't do exactly what we want the first time around. Good luck.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: adding an auto incremental number to existing records
This works for me: let xNum := 1; let xRecs := slice(select TableA where not Score, 0, 2); for rec in xRecs do rec.(Score := xNum); xNum := xNum + 1 end It looks like yours so I'm not sure what is…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Changing database icons and colors
When you rename a database you can change the icon and color of the icon. Is that what you are looking for?
Fred
Fred
1 mth ago
1
Get help
Reported - view
Re: Hire a person to create templates
You try Ninox's partner website.
Fred
Fred
1 mth ago
Learn and share
Reported - view
Re: Dynamic Drop Down List sort order? and Pre Select?
Q1: You could create a sortOrder field in the table then you can use the field to sort in any way you want. Q2: You can by just using another text field completely. Q3: This can be done.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Open child form from table (fill in data) abd return to main form.
@Mel Charles You can also just use the Quotes reference field. no need for a select.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Open child form from table (fill in data) abd return to main form.
@Mel Charles Sorry, I didn't mean to imply that moving openRecord() will change the how the record closes. The issue here is you have created a new record and thus Ninox has moved you to the…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Open child form from table (fill in data) abd return to main form.
Try putting the openRecord() line at the end. You need to allow Ninox to do the copying before you open the record. It is kinda like opening the oven before the soufflé is finished.
Fred
Fred
1 mth ago
1
Get help
Reported - view
Re: copy table record with child records to another table record also with child records
@Mel Charles try this: if Pcode then let productRec := record(Products,number(Pcode)) 'Short Description' := productRec.text(Category); Qty := productRec.Qty; Description := productRec.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Status script not working
@Mel Charles said: So just to be clear you are saying that the [ ] brackets around 'Dispatched' in this case force for the condition of yes/no or true / false or 2/1 (ie look for a ciondition other…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: reset/unlink client field (field a) when advicor (field b) is removed
@Samuel Kasper Looks like you are limited to using a button if you want to continue with this data model. The 1 side limitations (no triggers and doesn't register as an action on the record) are…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Status script not working
@Mel Charles I think it is not about the square brackets, but about Yes/No fields. Unless you set to them to a default value of true/false they have a third value of null.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Parent and Child reUnion
@UKenGB That is why you will have to use an html table and json.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Parent and Child reUnion
@John Halls Well what do you know, even for tables that don't match fields it works. I don't know how Ninox decides what fields to show or where to put data if the fields don't match but it does.
Fred
Fred
2 mths ago
Get help
Reported - view
1
2
3
4
5
157
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
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
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics