Positioning on the page

M

Mishanya

My Main report has right-to-left orientation and contains a few subreports
all of wich are aligned rightside. It also has 7mm margins each way, 17.778cm
width and 1 event drowing border:

Private Sub Report_Page()
Me.DrawWidth = 40
Me.Line (0.1 * 1440, 0.1 * 1440)-Step(7.5 * 1440, 11 * 1440), 128, B
End Sub

I've copied the DB file to 2 user's computers. In the 1st one the report is
showing exactly as built and seen in my computer with thin border. In the 2nd
one, though, all the data is shifted rightwards, so some subreports even
"step" on the border.
I had to widen the Main report to 18.5cm and to play a bit with the
"rebelling" subreport's width as well.
However, when I brought this remastered copy of the DB back to my computer,
all the data in report is shifted leftwards (which makes sense as I' ve
widened the report's width), and the borders became extrimely thick - some
0.8cm instead of the original 0.1cm.

What maybe responsible for such a different alignment's pattern in differnt
computers?
 
A

Adam Milligan

I think the varying formatting is the result of different default print
drivers. Not much help as I don't have a solution to your probelm, but I
hope that gets you started.

Adam Milligan
 
M

Mishanya

Hi Adam.
Thank U for Your tip.
This might be it

Adam Milligan said:
I think the varying formatting is the result of different default print
drivers. Not much help as I don't have a solution to your probelm, but I
hope that gets you started.

Adam Milligan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top