FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How do I ... ?
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
How do I ... ?
Posted: Thu Oct 28, 2010 01:22 PM

Guys:

I'm designing a report and everything is in portrait orientation but I need to print two headers (HEADER 1 & HEADER 2) with a different orientation at the left of two columns: ex.:

                          QTY.               COUNTER
                     ________             ________
                 H         n               2        n
                 E         n                R       n
                 A         n                E       n
                 D         n                D       n
                 E         n                A       n
                 R         n                E       n
                 1                           H

How can I print them from top to bottom & bottom to top. Thank you.

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: How do I ... ?
Posted: Thu Oct 28, 2010 06:08 PM

You could create a temp database with four fields, and then load the header letters and data into the fields, then print it like a normal report.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion