Hello,
I have got a report that generate invoices. I need to draw vertical lines to separate information (item, qty, prices...) in the detail section.
I have put the code below on the On Print Event
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Dim X1 As Single
Dim X2 As...