C
Con Giacomini
I am having trouble creating a dark border around my report. Here is the
code I'm using:
Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), , B
Me.DrawWidth = 20
I'm sure that I'm not using DrawWidth properly. The border is drawn, but
only about a 1 pt line width, regardless of the with specified in the code.
Any help would be appreciated.
code I'm using:
Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), , B
Me.DrawWidth = 20
I'm sure that I'm not using DrawWidth properly. The border is drawn, but
only about a 1 pt line width, regardless of the with specified in the code.
Any help would be appreciated.