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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 07:31:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!195.40.4.120.MISMATCH!easynet-quince!easynet.net!teaser.fr!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: Prettty printed reports in MSWindows Date: Fri, 2 May 2003 10:31:25 -0400 Organization: ENST, France Message-ID: References: <3EB1A07A.6050108@dontspam.net> NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1051885912 61317 137.194.161.2 (2 May 2003 14:31:52 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 2 May 2003 14:31:52 +0000 (UTC) To: Return-Path: X-pair-Authenticated: 64.144.3.99 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:36857 Date: 2003-05-02T10:31:25-04:00 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.