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?
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?