March 20, 200124 yr Newbies Is there a way to print a layout from a main menu screen, even if it is not currently in view?
March 20, 200124 yr Yep... "Freeze Window" - I use it all the time for those behind the scense manipulations. Just remeber to add the User Abort Off so the user dosen;t cancel the print and get dropped into a mysterious layout with no way out. Create a print script: Allow User Abort (OFF) Freeze Window Goto Layout: PrintLayout Restore print setup(no dialogue) Print Goto Layout (Original) ------------------ Bruce J Kansas City [email protected]
Create an account or sign in to comment