J
John
This is the code that I am using below. I cannot seem to figure out how to
modify the code to get the rectangle to start lower on the report and not at
the top. Any help would be great.
Thanks in advance,
John
Dim intColumnWidth As Integer
Dim intReportHeight As Integer
intReportHeight = (9 * 1000)
intColumnWidth = 5050
Me.DrawWidth = 18
For intLineCount = 0 To 3
Me.Line (intLineCount * intColumnWidth, 0)-Step(0, intReportHeight)
Next
Me.Line (0, 0)-Step(3 * intColumnWidth, intReportHeight), , B
modify the code to get the rectangle to start lower on the report and not at
the top. Any help would be great.
Thanks in advance,
John
Dim intColumnWidth As Integer
Dim intReportHeight As Integer
intReportHeight = (9 * 1000)
intColumnWidth = 5050
Me.DrawWidth = 18
For intLineCount = 0 To 3
Me.Line (intLineCount * intColumnWidth, 0)-Step(0, intReportHeight)
Next
Me.Line (0, 0)-Step(3 * intColumnWidth, intReportHeight), , B