i have a group header on a data report(Section6), ill use this section to view the Comp. Name, Ip Add.. etc... while the detail section(Section1) will be used to view the applications used by each comp. obviously, each has thier own tables.

my question is, How am i going to set the data report (section6) datasource? the output should be like this:

------Group header (section6) ---------------

Comp Name: xxxxxx
IP Address: xxx.xxx.xx.xx

-------Details(section1) -----------------
Applications Used: Flash, VB, etc...

How am i going to achieve this?

Recommended Answers

All 3 Replies

i have solved this..

since i dont know how to group a recordset programmatically, i did this using a data environment(DE). i set the group there, drag the fields to the data report group header(Section6), drag the fields that belong to details(section1)... then presto! solved!

i had another solution for this problem.
Solved it programmatically..

Click Here

great...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.