G
Guest
I am using the following code in the Print Event to draw a vertical line on
my report.
Me.Line (0.0417 * 1440, 0)-Step(0, 20 * 1440)
I would like to have it stop a a horizontal line at the top of the page
footer section, however it stops about an 1/8" or so short. on the last page
the line stops in the middle of the page.
What am I doing wrong?
my report.
Me.Line (0.0417 * 1440, 0)-Step(0, 20 * 1440)
I would like to have it stop a a horizontal line at the top of the page
footer section, however it stops about an 1/8" or so short. on the last page
the line stops in the middle of the page.
What am I doing wrong?