PDA

View Full Version : Printing from any page?



pericson
02-14-2003, 11:41 AM
Hi,
My client has specified that any page that a viewer is on should be printable. I know that we can insert pdfs but is their an easy way to print any given page?
Thanks
Peter

pericson
02-20-2003, 10:17 AM
Bump

Do you have to reate a web object to do this?
Sorry if this is a simple question... I am quite new to this.
Thanks
Petr

Lorne
02-20-2003, 10:27 AM
Nope. You can just use a File.Open action to ask Windows to "print" the file.

In the settings for the File.Open action, change the Verb from "open" to "print."

Note: this will only work if the associated viewer for that type of file responds to the print verb.

See the help file more more information about this.