I’m using Designer 6.5.1 to develop web application. I’m trying to create the action button for printing in the form. Currently I’m using @Command formula but then I realized it’s not working in web. Anybody can help me on the coding instead of using browser printing
Subject: printing doc in web application other than using browser printing
Try window.print() in javascript.
Subject: RE: printing doc in web application other than using browser printing
And if you need to hide some stuff while printing look into a print stylesheet. You can have Stylesheet A defining the appearance of your web page while the user is browsing on the screen and another when they’re printing.