G
Guest
I am trying to draw a line by the following code :
Private Sub Report_Page()
Me.Line (0, 2880)-Step(8640, 0)
End Sub
The code is working fine But My requirement is to draw a line in Dot style
(I mean manually if we draw a line we can set in properties Dailog - Border
Style - Dot).
Please advise me what additional code I should add to get my above line
drawn a Dot Line.
Regards.
Irshad
Private Sub Report_Page()
Me.Line (0, 2880)-Step(8640, 0)
End Sub
The code is working fine But My requirement is to draw a line in Dot style
(I mean manually if we draw a line we can set in properties Dailog - Border
Style - Dot).
Please advise me what additional code I should add to get my above line
drawn a Dot Line.
Regards.
Irshad