Hi Karen, See below.
Best regards, Mike Young On Thu, 13 Feb 2003 10:37:04 -0500, tellef wrote: >I'm putting all my comments into one email below the generous >responses that have been coming so far! > >Karen >>Is it not practical to leave the DOS version of RBase installed and >>use it to print this report? I'd imagine you could even zip to it from >>RBW. >>Ben Petersen > >In my mind -- YES! In their mind? Not sure! Can I zip to a DOS report >from within RBWin? Has anyone done this? That would be pretty cool! This can be done. You could either have a static RMD file that does nothing but run that report. If you need to change it all the time then you could write the RMD file in code just before launching it. When you start R:Base you can specify the startup file to use. Just put all the code necessary to make your connection and set up an variables and print the report in the RMD file. Then use it as the startup file in R:Base. Zip out and start R:Base using Rbase65.exe SREPORT.RMD You can also end it with the EXIT command and it will dump you out of the DOS R:Base and put you back into the Win version. Hope it helps!

