|
-
Mar 9th, 2003, 03:05 PM
#1
Thread Starter
Junior Member
Problem3: How to separate Body Part in the Data Report
I want to show report, which the detail have to separate into 2 parts and 2 set of sql commands too.
Is it possible to separate 2 set of of data and SQL commands on the same report. If Yes, how to do it, Thank you (Again)
-
Mar 9th, 2003, 03:14 PM
#2
Frenzied Member
I don't think because there is one DataSource property inwhich we assign object of Recordset.
But may be I am wrong.
-
Mar 9th, 2003, 03:18 PM
#3
Frenzied Member
You could right click on the report and add Group Headers and have two sections and then drag where necessary...
-
Mar 9th, 2003, 03:22 PM
#4
Frenzied Member
But what code should we write in order to pass two queries.
-
Mar 9th, 2003, 03:26 PM
#5
Frenzied Member
Just add two command objects so you can have two queries in there, and in the first section drag the first object & in the 2nd section drag the second command object...that is it...
-
Mar 9th, 2003, 03:29 PM
#6
Frenzied Member
oh yeah.
I didn't think about this.
Thanks
-
Mar 10th, 2003, 02:17 AM
#7
Thread Starter
Junior Member
One Datareport can set only one Data environment and one data member (SQL command), so how we can add 2 SQL commands in one data report .....
-
Mar 25th, 2003, 05:40 AM
#8
New Member
Hi mxnmx
You wrote...
mxnmx: Just add two command objects so you can have two queries in there, and in the first section drag the first object & in the 2nd section drag the second command object...that is it...
I would very much like to see this.. Could i please ask you to write code or sample project and post here...
Thanx.
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
|