-
add onselect event for view field
In response to @Alain Fontaine & @Fred Christmas wish (https://forum.ninox.com/t/h7hbkmp?r=h7hbvzj), I have added a viewEvent function to Ninext project.…
-
Ninox on iPad need to be closed and reopened when make change on structure.
I'm working on my iPad Pro. When I'm in database creation mode, when I click on "save", the little wheel spins indefinitely and I have to close, then reopen Ninox.…
-
Dark Mode
I have developed a dark mode plugin table/database that I would like to share and get feedback on. It adds a clickable monitor image in the upper right corner when the database is opened.…
-
Hello
I am creating invoices from a price list. How can I ensure that when I change the prices, the invoices already created do not change?
- Answered
-
ui.openTable : Future versions of Ninox will not support this operation.
This database is trying to access an internal API: ui.openTable. Future versions of Ninox will not support this operation. What can do for using this in the future versions?
-
Iphone layout
Hello everyone, the design I prepared on Mac is not usable because it does not fit on iPhone. Is it possible to make a simpler menu design specifically for iPhone? Thank you. Engin
-
Need Help With Your Ninox Application: Open Q&A, Ninox Tips, Tricks And Shortcuts on Thursday, 26 September 2024
Need Help With Your Ninox Application? Join us for Ninox Tips, Tricks, Shorcuts and Open Q&A! Thursday, 26 September at 12pm EDT/ 5pm BST/ 6pm CEST FREE REGISTRATION: https://us02web.zoom.…
-
Using a Page
Hello I have a table with my billing in different currencies. I have created a page where I want to graph my sales in Soles (Yes, I am from Peru). On the page I have created a field where I put the…
- Answered
-
Open 'Dashboard' view when opening Database
Hi Guys Tried searching this but posts seems to be 4-5years old so I thought id ask again. I am using the Ninox enterprise cloud and in the database options > 'Trigger after open',…
- Answered
-
Table tab background image on iPad ver 3.13.3
The selected background image available in Options doesn't stick (works temporarily), but then drops. Oddly, the selection works on the desktop version, but after that selection is made,…
-
Control of HUD icons
Can anyone tell which one of these switches off the paperclip and comment icon? Also, the print icon. I am hoping to be able to switch off everything and just leave the paperclip,…
- Answered
-
Double search
let xSt := 'Date 1'; let xFh := 'Date 2'; let xY := 2024; select Partidos where Fecha >= xSt and Fecha <= xFh I have a Multiple Choice with Years ( 2023,2024,…
- Answered
-
Clearing Cache to get Ninox to Work
We are having multiple instances of having to clear the cache multiple times for Ninox to work. I am on Private Cloud? Anyone else having issues?
-
how can I make the options in HOME not include the items that have already been selected..
Hi friends, how can I make the options in HOME not include the items that have already been selected (inside the blue box)?
- Answered
-
Where did my background images go?
I upgrade my Mac to Sequoia and now the background images for all of my databases are gone. How do I recover them?
-
OpenURL and parameters being replaced
Hi, I am trying to pass two fields to a URL as parameters, then use a button to open that in a new browser window. I have a formula to generate the following link which works correctly: https://www.…
-
Ninox 3.13 available
Dear valued customers and partners, We're happy to announce that Ninox 3.13 is now available. It comes with new features, a new navigation and many other improvements.…
-
Code lock in Ninox
Hello friends, just wanted to know if we can lock our code in Ninox. When we create the database app for a client, can the admin open the code and see how it’s been written?
-
DYNAMIC REPORTING WITH NINOX 3.13 THIS THURSDAY, SEPTEMBER 19TH AT 12:00PM EDT/ 6:00PM CEST at the Ninox Learning Lab
DYNAMIC REPORTING WITH NINOX 3.13 at the NInox Learning Lab this week! Thursday, 19 September at 12pm EDT/ 5pm BST/ 6pm CEST FREE REGISTRATION: https://us02web.zoom.…
-
If the value is not different from the previous one
I have a digital field containing information and a 'Date+Time' field to record the time of change. I have a question: Is it possible to set it up so that if the new value is the same as the old…
- Answered
-
Best practice to duplicate a record
Hello friends, I am using the Ninox macOS client (now that it has been updated to 3.13.3) I have created a "Duplicate Product Item" button to create a duplicate record of any product item in order to…
-
Sortierung von formatierten Daten styled(date)? / Sorting formatted data styled(date)?
Hallo Community, gerade stehe ich vor einem Rätsel. Es geht um die Tabellenansicht und die Funktionen styled und order by bzw. das Sortieren von formatierten Daten.…
-
Alert in cloud version not working?
Im doing this at Table level update trigger, but there is no alert showing up. Whats the trick? let checkthis := NameField;if cnt((select Customers)[NameField = checkthis]) > 1 thenalert("Customer…
-
Home Button Hidden
One of my workspaces has a sidebar where the Home Button is hidden to users. In edit mode I can access the Home Button menu and hide Search, Calendar or the whole Sidebar, but not the Home Button.…
-
Auto-increment?
Is there currently an auto-increment field of some type? If not, is there a way in code? (I found some old posts, so I don't know how relevant they are anymore,…