Decimals alignment problem

ronnet

Active Member
I have a problem with a custom invoice R5542565, the problem is that I have the AEXP (Extended price) field right aligned the pdf looks OK but when I print the invoice on the line printer the extended price are not all well aligned.

I have doned everything I could but the problem is still there,
any idea will be very appreciated.

Thanks in advance
 
Ronnet Try the following:

1.Change the font of your price fields to courier 10.
2.Make sure all the fields are right justified.
3.Align all the fields properly you can use the column header if this is
a Columnar section.
4.Make sure the edit codes for all the price fields are the same.
I suggest "J"
5. Pray God.

Let us know your results.

Cheers
Bruce
 
Ronnet Try the following:

1.Change the font of your price fields to New Courier 10.
2.Make sure all the fields are right justified.
3.Align all the fields properly you can use the column header if this is
a Columnar section.
4.Make sure the edit codes for all the price fields are the same. I suggest "J"
5. Pray God.

Let us know your results.

Cheers
Bruce
 
A note: Courier New 10 is good for 12 CPI printers, courier New 12 is
good for 10 CPI printers...  I developed a curve fit equation for Courier
New to get point size from CPI.  Here it is:

CPI = 119.96337279276046*(1.0/PointSize)+0.0027754696864548123

Or conversely,

PointSize =  119.96337279276046 / ( CPI - 0.0027754696864548123 )

I always did well in Maths...
 
Back
Top