I have been playing with producing a form in FiveWin.
I use the following for conversion from Pixel's to Inches.
nWidth := 1280
nHeight := 200
oPrn:Pix2Inch( @nHeight,@nWidth )
oPrn:Inch2Pix( @nHeight,@nWidth )
nWidth does not equal 1280
nHeight does not equal 200
Should it?
Is this correct?
Thanks,
Byron Hopp
Matrix Computer Services