Dim cntr As Integer
If ds.Tables(0).Rows.Count > 0 Then
For cntr = 0 To ds.Tables(0).Rows.Count - 1
Dim dr As DataRow
dr = ds.Tables(0).Rows(cntr)
iRecs = iRecs + 1
Next
End If
iReportRecs = iRecs
What does it do?
no description given
Features
Added by
Added
Downloads
Rating
Popularity
rpgivpgmr
5:25:47 AM Tuesday, March 31st 2009
8
(1 vote)
About the file
Size
Download
Rate It
384 KB
Comments
Add your comment
Email
Subject
Comment
Verification code:
All comments are screened by the admin prior to being posted