J
judith
I am using the on page event of the report to print vertical lines but I need
them to be a different size on the report header page
Me.ScaleMode = 1
Me.ForeColor = RGB(0, 0, 0)
Me.Line (1.01 * 1440, 4.22 * 1440)-(1.01 * 1440, 8.28 * 1440)
any suggestions please
them to be a different size on the report header page
Me.ScaleMode = 1
Me.ForeColor = RGB(0, 0, 0)
Me.Line (1.01 * 1440, 4.22 * 1440)-(1.01 * 1440, 8.28 * 1440)
any suggestions please