Labels not visible in report

mlamont

Registered User.
Local time
Today, 16:09
Joined
Jun 25, 2001
Messages
45
For some odd reason all of the labels in my reports are invisible.

Can anybody help me out?

Cheers,

Mike
 
Never Mind, I checked the Print Data only checkbox.
 
In report design view, select one of the labels that has this problem. You want to check a couple of things.


The .ForeColor and .BackColor of that label cannot be the same color.

The label's .Visible property must be True

The label should be "in front" of the detail background.

The label's .Caption should not be empty.

No code underlying the report should directly address the label's properties related to visibility.

You should also make sure that you actually have data (or that you don't have a NoData event firing off to intercept the page.)
 

Users who are viewing this thread

Back
Top Bottom