From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8cc649f593606ebf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-02 09:06:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Mark Newsgroups: comp.lang.ada Subject: Re: Prettty printed reports in MSWindows Date: Fri, 02 May 2003 11:06:05 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3EB2976D.6010301@dontspam.net> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <3EB1A07A.6050108@dontspam.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:36865 Date: 2003-05-02T11:06:05-05:00 List-Id: In my case option 3 will probably be the 'keeper'. HTML sounds interesting -- I'll have to see if I can get Iexplorer to print a document from the command line. Thanks for the 'search and replace' comment, for some reason I hadn't considered it. Mark David Botton wrote: > Here are three methods I commonly use (in this order): > > 1. I output to HTML > 2. I use a program like Crystal Reports. The ActiveX controls works with > GWindows. > 3. I create templates in WordPad (using %XXX% or the like for fields) and > save to RTF. Then I do search and replace with Ada on the fields so to speak > and send the results to WordPad for printing (you start the application with > the -p option and the filename and it just prints out the temp file). > > David Botton > > > >>However, I am currently trying to figure out a good way to print some >>formatted business reports. > >