0
00EricClapton
How do you specify the thickness in line method? Thanks.
00EricClapton said:This is my code,
Private Sub Detail1_Print(Cancel As Integer, PrintCount As Integer)
Me.ScaleMode = 1
Me.ForeColor = 0
Me.Line (0.0458 * 1440, 0)-(0.0458 * 1440, 14400)
end sub
May I know how I can modify it to set the borderwidth or thickness?
Thanks.
00EricClapton said:This is my code,
Private Sub Detail1_Print(Cancel As Integer, PrintCount As Integer)
Me.ScaleMode = 1
Me.ForeColor = 0
Me.Line (0.0458 * 1440, 0)-(0.0458 * 1440, 14400)
end sub
May I know how I can modify it to set the borderwidth or thickness?
Thanks.
00EricClapton said:This is my code,
Private Sub Detail1_Print(Cancel As Integer, PrintCount As Integer)
Me.ScaleMode = 1
Me.ForeColor = 0
Me.Line (0.0458 * 1440, 0)-(0.0458 * 1440, 14400)
end sub
May I know how I can modify it to set the borderwidth or thickness?
Thanks.