0
00EricClapton
How do you specify the thickness in line method? Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.