PDA

Click to See Complete Forum and Search --> : data reports vb6


J_no1
Feb 21st, 2005, 11:42 AM
Hi all,
may seem like a stupid question but how do you get the
Detail Section of the data report to show??? Because
for some reason mine simply won't.

Thanks!

Malim
Feb 22nd, 2005, 11:36 AM
I'm not sure if this is the case with VB6, but here's how it works in .net...

Did you create the report with the report expert using the drill down selection? If so, you can toggle detail between show and hide. Go to the report in question. Right click in the white space, select report > report expert. Select the drill tab and toggle the detail whether you want it to show or hide. If you choose hide, your report will initally display only the grouped data. Hold your mouse over any group that you want to expand until the mouse pointer changes to a magnifying glass and double click it. That section will expand so you can see your detail.

You can try it and see if it's the same.

J_no1
Feb 24th, 2005, 05:12 AM
Hey,
thanks for reply but no - it doesnt seem to be the same at all.
I can't figure it out - it's showing on one of my reports and not in another!!!

Malim
Feb 24th, 2005, 08:33 AM
Can you explain a little more?

Did you write the reports with the report expert? It seems like something is not set right in the report, but I could be wrong!