O
olepadre
I am trying to create a letterhead template, pulling information for our
Active Directory to populate the labels. I have the "getInfo" routine setup
and it can pull information just fine. And I can easily put that information
in a label using Me.Label1.Text = ""
Here is my problem. When I attempt to put a label control in the Header of
the work document, it does not work. I can easily use Me.LabelHeader.Text =
"", but it does not render the results in the header. IF I move that Label
control out of the header it works fine.
Please help!
Active Directory to populate the labels. I have the "getInfo" routine setup
and it can pull information just fine. And I can easily put that information
in a label using Me.Label1.Text = ""
Here is my problem. When I attempt to put a label control in the Header of
the work document, it does not work. I can easily use Me.LabelHeader.Text =
"", but it does not render the results in the header. IF I move that Label
control out of the header it works fine.
Please help!