> > Dear Experts,
> > I have a report(FRX) for printing local purchase orders.Iam using
pre-printed paper and the report is working fine on my
machine.On my clients machine who is using windows 2003 server, the sub total,total discount and order total are being printed below their boxes. I Have tried to unstall the printer and put it back(thinking may be the driver) but still the problem is there. The format of my LPO frx looks below
> >
> > LPO lpo no. 01
> > DATE
> >
> > On the page header band i have the above infomation
> >
> > On the details band i have :
> > prod.code descriprion qty price total amount
> >
> > The above prints okay
> >
> > On the page footer, I have the sub total, total discount and net total
> > The totals are being printed slightly down their boxes as Iam using pre-printed stationery.i have adjusted fields to the last point.
> >
> > My machine has windows xp professional. When I install the same software in my machine and connect the client's printer, the report prints fine without the totals coming out of their boxes.
> >
> > What is this causing this mis alignment of sub totals?
> >
> > Remember I am using pre-printed paper
> >
> > Please advise
> >
> > Regads,
> >
> > John
>
> Every printer has an unprintable margin on all sides and the width of that margin varies greatly between printers. When you design a report in VFP you can select whether you want "Printable Page" or "Whole Page". If you choose Printable Page, the top and left sides will start immediately after the unprintable margin. The position of the page footer, and how much information fits on the page completely depends on the size of the unprintable margin at the bottom of the page.
>
> However, if you choose "Whole Page", you'll have a design surface of the full size of the paper and it's up to you position things whereever you want. It's also up to you to make sure you don't put things to close to any of the edges or it may be lost when printed. The advantage of using "Whole Page" is that it doesn't matter what printer you use and what the unprintable margins are. Things will always be positioned where you lay them out on the report designer.
>
> Cathy Pountney
>
www.cathypountney.blogspot.comHi Cathy,
Problem not solved still.
Is there something to do with frx?
The Details on the detail band are being printed okay, its ony the subtotals which are not being printed as the totals are pushed down outside their respective boxes. I have put the totals inside the page footer band.