-
Detail section blank
I have a CR report in VB6. Only one page. The Header shows up proper but the detail section is blank. I tried to delete the fields one at a time to see if one of them was causing the problem. I ended up deleting everything in the detail section and then putting in one text field in the center of the form. The header section still displayed proper but the detail section was blank. I checked the suppress function and it isn't suppressed. What else can it be.
-
Re: Detail section blank
Quote:
What else can it be.
No records.
Does the report contain a Record Selection Formula that causes no records to be returned?
-
Re: Detail section blank
I found the problem in the drill down option. I have no idea how that got checked to "no drill down". Heck I don't even know what they mean by "drill down", but when I unselected it, the page came up.