At 09:47 AM 8/13/2005, Bernie Lis wrote:
When printing to screen, is there a way to eliminate the printer icon on the top?
Bernie, Use the "BTNPRINT_VISIBLE" option of the PRINT command. Here's how: Example: PRINT reportname WHERE whereclause ORDER BY orderbyclause + OPTION SCREEN|WINDOW_STATE MAXIMIZED|BTNPRINT_VISIBLE FALSE That's all there is to it! Very Best R:egards, Razzak. P.S. Would you like to know what else you can eliminate from the screen preview toolbar?
