
December 22nd, 2005, 05:08 AM
|
|
Contributing User
|
|
Join Date: Oct 2005
Posts: 43
Time spent in forums: 17 h 5 m 43 sec
Reputation Power: 4
|
|
|
List view print
hi,
help needed for
datareport print through listview
grouping of records
deacc is the data environment name
lvwtransactions is the list view name
rtreport is the datareport name
Code:
With deAcc
If .rsCommand3_Grouping.State = adStateOpen Then .rsCommand3_Grouping.Close
.Command3_Grouping Val(lvwTransactions.SelectedItem.Text)
rptStatement.Show
End With
|