On Fri, 16 May 2008, Mike Schleif wrote:
> 
> We are tasked to do several database queries, process a volume of text,
> generate several textual reports, and send production orders to a
> printer.
> 
> All of the above is functionally complete.
> 
> However, the customer wants the printed production orders to have boxes
> drawn around the tabular data.
> 
> Currently, the tabular data is formatted via printf's to generate
> aligned columns, written to a TXT file, and send to a line printer.
> 
> Please, give me some ideas HOW to draw boxes around this tabular data.

Use ActiveState::Table to do this.  You can find some sample code
and screenshots how it looks like here:

http://www.microsoft.com/technet/scriptcenter/funzone/games/solutions08/experlsol08.mspx

(Scroll down until you see the screenshot with the tables, and then
look at the code snippet directly above it).

Cheers,
-Jan


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to