Hi there,
Sorry, I am re-posting this issue in this section. At morning I posted it in 'Visual basic 6 and earlier' section. At that time I did not noticed this section. As I don't know how to move a thread from one section to another, I am posting it here. So, one copy remains at mentioned section as a double copy. It will be my pleasure if any moderator deletes my earlier copy of this post.
Actually, I want to create a datareport in vb6 according to the following format:
Name l Month l Salary
Mr. X l March l $300
Name: Mr. X
Month l Salary
June l $225
July l $300
Aug l $275
Name: Mr. Y
Month l Salary
March l $325
June l $325
July l $300
Aug l $295
How can I design datareport so that group header can be placed at left side. If it is not possible using 'Name' as GroupHeader, is there any alternative way?
Like Name will be placed in detail section and if the column 1 of second row have the same name as column 1 of first row, then it will show empty("") data in column 1 of second row. I dont know how to get individual cell data of datareport like datagrid.
Any idea??
Sorry, I am re-posting this issue in this section. At morning I posted it in 'Visual basic 6 and earlier' section. At that time I did not noticed this section. As I don't know how to move a thread from one section to another, I am posting it here. So, one copy remains at mentioned section as a double copy. It will be my pleasure if any moderator deletes my earlier copy of this post.
Actually, I want to create a datareport in vb6 according to the following format:
Name l Month l Salary
Mr. X l March l $300
June l $225
July l $300
Aug l $275
Mr. Y l March l $325June l $325
July l $300
Aug l $295
But I am unable to design this report as I have to set Name as group header. So it is becoming like this:Name: Mr. X
Month l Salary
June l $225
July l $300
Aug l $275
Name: Mr. Y
Month l Salary
March l $325
June l $325
July l $300
Aug l $295
How can I design datareport so that group header can be placed at left side. If it is not possible using 'Name' as GroupHeader, is there any alternative way?
Like Name will be placed in detail section and if the column 1 of second row have the same name as column 1 of first row, then it will show empty("") data in column 1 of second row. I dont know how to get individual cell data of datareport like datagrid.
Any idea??