Now that I think of it, I do this at one of my client's. Most people like the reports full screen but a couple with dual monitors didn't. So on startup we have a vPrnOpt = 'OPTION SCREEN | WINDOW_STATE MAXIMIZED' except for a few people flagged in our employee table where it's just 'OPTION SCREEN'. Every place in code I have to remember to do: PRINT reportname &vPrnOpt
Karen -----Original Message----- From: MDRD <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Fri, Dec 28, 2012 11:03 am Subject: [RBASE-L] - Re: Is it real or an enhancement request ? Could you put Option Screen|window_state maximized in a VAR such as vPrntMax in a startup file Then when you print the report just add that VAR to the end of the Pri reportname whe X = Y statement. It may save you a little typing. Marc From: Frank Taylor Sent: Friday, December 28, 2012 10:46 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Is it real or an enhancement request ? You know when you have been doing something for so long and then ask, is there a better way of doing something? I do a lot of work at the command prompt, and I print many a report from the command line using Pri reportname whe X = Y Now I know I can add the Option Screen|window_state maximized and get the report to come up full screen from the start, but that is a lot of extra typing. So I asked myself if there was an option in the general rbase settings or even inside of the report settings where you can always have it come up maximized even if you leave the option screen off you command. I know you can do this for the data browser (Settings-Data Browser- Open Maximized). Is there an option I am missing, or is this something I should add to my 2013 Wish list (Enhancement request) Frank Taylor – Director of Information Technology F.J. O'Hara & Sons, Inc - Araho Transfer Inc. Boston, MA - Rockland, ME - Miami, FL Direct Dial - 617-790-3093 email: [email protected]

