|
-
Dec 13th, 2005, 02:00 AM
#1
Thread Starter
Lively Member
how to use more then one record set in a data report.
I am using Datareport of vb and geting value through this code.
dim rs as new ADODB.recordset
rs.open "select * from table",con
set Datareport1.datasource=rs
datareport1.show
its work well
Now I want to use one more reocrd set for sum up some data as well what I have to do for this.
-
Dec 13th, 2005, 02:53 AM
#2
-
Dec 13th, 2005, 03:24 AM
#3
Re: how to use more then one record set in a data report.
There is the RptFunction control in DataReport which could do some of the most common summarizing functions like Sum...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|