Posts
 
Reputation
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
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Naruse

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 …

Member Avatar for Ami_Tech
1
2K

The End.