
Nick Massie
- Latest Posts
-
Help Ninox with Date and Time Issue
I am writing to inquire when the Time and Date issue is going to be fixed in Ninox. I have a simple form I am trying to fill. It is the First Weight of each Truck on a certain date that is given that…
-
Ninox Date and Time Issues (continued)
I have a date on a form set for January 17, 2023. I have a view looking up Transactions from a table with the filter of let xDate := datetime(Date); let xNewDate := extractDate(xDate, -6); let xTime :…
-
Dates in Ninox at it again
If anyone else is frustrated with Dates you are not alone. I have had an application for Orientation for 3 years now. All the sudden the dates don't work.…
-
Do you want to auto print a page. This works in Firefox after your turn printAlwaysSilent to true and and chrome you will have to config run chrome silent printing on mode --kiosk-printing edit target on chrome shortcut properties Ex:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk-printing "http://localhost:8080/this"
let myPdf := printAndSaveRecord(this, "HTML Ticket");let x := substring(myPdf, 28, 200);html("<html><head> <style> .button{} .button1 {font-size: 90px;border-radius:…