-
Ninext project
good evening to all, I create this post to organize the Ninext project. For those who are new to it, it is composed of several JavaScript modules that allow you to add badges on tabs and buttons,…
-
Problem with HTML
let ipc := (select WBS where text(IPC) like 1); let css := " <style> single{ font-size:medium; text-align:center; color:silver; font-family:Helvetica; } </style> "; let content :…
- Answered
-
Ninox calendar: after years we still have duplicate events
After years of using Ninox we still cannot solve this problem of the calendar duplicating events on our apple calendars. We have synchronized the Ninox calendar with our iCloud calendar.…
-
Using Global Functions & Building a Library of Global Functions Webinar
At the first Ninox Learning Lab of the new year, join us as we create and use Global Functions and build a library of Global Functions. Thursday, January 9th at 12pm EST/ 5pm GMT/ 6pm CET FREE…
-
How do you display information from a record on a website?
This may be an overly broad question, but here's what I'm trying to do. I'd like to have a basic user portal. The user logs in to a website with their email and password,…
-
Dashboard Template
Hello everyone! After the @Vermaji post, I decided to start a new one. This will make it easier to follow the changes. New features have been added: Sticky buttons.…
-
Mac Calendar duplicated event
Hi, my problem is simple: when i create an event in ninox synchronizing the ninox calendar with the mac calendar here the event is duplicated. There is a way to solve it? Thanks
-
iPhone app does not show the background image I have set on the Mac version?
I think this use to work, but none of my DBs show the background image I have set on my Mac. Is there an easy fix for this? Or does it not show them anymore?
-
Live support & tips: Open Consultation with Ninox Experts
With the new year we are starting a new series of appointments for our open office hour. Join our open office hour every Tuesday at 6 p.m. (CET) to get live support from one of our Ninox experts.…
-
Multiple records print with button
Hi, Is there a way to print multiple pages (records) in a button ? For one page, it already works with this : let myPdf := printRecord(this, "name"); Actually,…