Hi I'm looking to write some code that will produce a vertical line in the detail section of a report.
I have the following code written in the on page event of my report:
Start Code:
Dim lngReportDetailHeight as long
lngReportDetailHeight = Me.Section(3).Height
Me.Line (0, lngReportDetailHeight)-(0,32767)
End Code
This code draws a line down the left hand side within the detail section of the report which is what I want, only it's to far to the left and I need it to be slightly more to the right.
I also need to be able reproduce this line multiple times but against each of the columns of data in my report, please attached screen shot of my report, you can see the dividing lines in the column headers, which is what I would like to achieve in the detailed section of the report.
Any assistance would be greatly appreciated.
I have the following code written in the on page event of my report:
Start Code:
Dim lngReportDetailHeight as long
lngReportDetailHeight = Me.Section(3).Height
Me.Line (0, lngReportDetailHeight)-(0,32767)
End Code
This code draws a line down the left hand side within the detail section of the report which is what I want, only it's to far to the left and I need it to be slightly more to the right.
I also need to be able reproduce this line multiple times but against each of the columns of data in my report, please attached screen shot of my report, you can see the dividing lines in the column headers, which is what I would like to achieve in the detailed section of the report.
Any assistance would be greatly appreciated.