T
TarrynG
Hi
My Access 2000 DB is having report formatting issues - not for me, but for
the user I have distributed the DB to. I am aware of the potential for
Autoname to cause problems with the formatting and this has been turned off
from the start. All I've done is zip and email the DB to another user and
then the problems occured.
Unfortunately I have not actually seen the problematic output . . . however,
in the On Page event of my report I have the following code to generate some
of the
design elements required:
Me.ScaleMode = 3
'RED VERTICAL
Me.DrawWidth = 450
sngTop = Me.ScaleTop + 6
sngHeight = Me.ScaleHeight + 5
Me.Line (sngTop, 0)-(0, sngHeight), 225, B
'RED HORIZONTAL
Me.DrawWidth = 350
sngWidth = Me.ScaleWidth - 5000
Me.Line (0, 50)-(sngWidth, 0), 225, B
'GREEN VERTICAL
DrawStyle = 6
Me.DrawWidth = 1100
Me.Line (193, 1890)-(1100, sngHeight + 5), 12241053, B
I also have a light blue block in the page header that runs the width of the
report. This is the feedback I got:
'light blue box in bottom left corner covering some text and the box that
goes across the top stretched onto an extra page making the report and extra
couple of almost blank pages'
Clearly there seems to be a problem with margins and the sizing of the
design elements. Any help on this would be greatly appreciated.
Thanks,
Tarryn
My Access 2000 DB is having report formatting issues - not for me, but for
the user I have distributed the DB to. I am aware of the potential for
Autoname to cause problems with the formatting and this has been turned off
from the start. All I've done is zip and email the DB to another user and
then the problems occured.
Unfortunately I have not actually seen the problematic output . . . however,
in the On Page event of my report I have the following code to generate some
of the
design elements required:
Me.ScaleMode = 3
'RED VERTICAL
Me.DrawWidth = 450
sngTop = Me.ScaleTop + 6
sngHeight = Me.ScaleHeight + 5
Me.Line (sngTop, 0)-(0, sngHeight), 225, B
'RED HORIZONTAL
Me.DrawWidth = 350
sngWidth = Me.ScaleWidth - 5000
Me.Line (0, 50)-(sngWidth, 0), 225, B
'GREEN VERTICAL
DrawStyle = 6
Me.DrawWidth = 1100
Me.Line (193, 1890)-(1100, sngHeight + 5), 12241053, B
I also have a light blue block in the page header that runs the width of the
report. This is the feedback I got:
'light blue box in bottom left corner covering some text and the box that
goes across the top stretched onto an extra page making the report and extra
couple of almost blank pages'
Clearly there seems to be a problem with margins and the sizing of the
design elements. Any help on this would be greatly appreciated.
Thanks,
Tarryn