I am using a form design element to create a document using lotus script , While taking the print of this document in Web can i remove the text from the Header and Footer fields, we can do it manually by going to File >> Page Setup, can i do the same programming using any scripts in the form?
Subject: Delete the text from the Header and Footer fields while taking the print
I don’t think so, and thankfully so. Just think how hackers would love to change settings on your computer for fun. (OK there maybe some plug in that would allow it but nothing native to LN - Maybe someone on a web browser client form would know of a trick.).
The print, header and footer are client (on the users machine) side operations beyond your code. Your code is run by the Domino server which then produces ther results a “HTML File” that is sent back to the users PC and is interpreted by their web client and displayed.