Quan9er
Also, try this:
Dim iColor
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
If iColor Then
Me.Line (0, 0)-(Me.Width, Me.Section(0).Height), 65535, BF
End If
iColor = Not iColor
End sub
Private Sub PageHeader_Print(Cancel As Integer, PrintCount As Integer)...