judyscofield
Programmer
I have asked this before and got no response, so maybe this is worded better.
I'm trying to set the font attribute of a control in a datareport in code based on user input. If I code, for example,
drReport1.Sections("Section1".Controls("Text1".Font.Bold = True
it sets ALL the controls on the report to font.bold = true. I've tried using the name of the control in quotes as above and the number of the control. I just want the one control set - what amI doing wrong?
Judy Scofield
I'm trying to set the font attribute of a control in a datareport in code based on user input. If I code, for example,
drReport1.Sections("Section1".Controls("Text1".Font.Bold = True
it sets ALL the controls on the report to font.bold = true. I've tried using the name of the control in quotes as above and the number of the control. I just want the one control set - what amI doing wrong?
Judy Scofield