
Nick Massie
Nick_Massie
Joined: Fri May 17 00:12:31 UTC 2019
Latest Posts
-
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:…