printing on different paper sizes
hi guyes ...
Now, I am using VB6 + DataReport + Access 2003 ... OK
well, I have designed an app. and used DataReport well, but my question is that I need to print the report on A5, A4, ...... and different paper sizes.
I have an idea for this, that is, changing the (Report Width) property, but I don't know the units of this property whether cm, pixel, inch ........ i don't know, so please help with this problem ............... thx
Re: printing on different paper sizes
The DataReport uses Twips for all height/width properties.
Re: printing on different paper sizes
I believe there are 1400 Twips per inch.
Re: printing on different paper sizes
Close. There are 1440 Twips/Inch.
Re: printing on different paper sizes
thanks a lot. This helped me too much