ok, settled
VB Code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer) counterReport = counterReport + 1 txtId = counterReport End Sub Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As Integer) counterReport = 0 End Sub
the counterReport is a variable in module





Reply With Quote