Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
hi guys .. i need to use these Sample with ActiveReport how ... ? Private Sub GetListViewData(lv As ListView) Dim i As Integer Set rsTest = New ADODB.Recordset With rsTest.Fields .Append "Field1", adBSTR .Append "Field2", adBSTR .Append "Field3", adBSTR .Append "Field4", adBSTR End With rsTest.Open For i = 1 To …
The End.