Bold fonts in reports

  • Thread starter Thread starter DHenderson
  • Start date Start date
D

DHenderson

In a report created with Office 2003 I have a remarks
text box the lists records with text data. There
occasionally occurs a word within the remarks section
that I would like to make bold when it occurs in the
remarks section of the report. Does anyone have any idea
how to do this??? Regards DHenderson
 
DHenderson said:
In a report created with Office 2003 I have a remarks
text box the lists records with text data. There
occasionally occurs a word within the remarks section
that I would like to make bold when it occurs in the
remarks section of the report. Does anyone have any idea
how to do this??? Regards DHenderson

Unless you use an ActiveX Rich Text control you cannot apply formatting to
portions of the text in a control. All standard controls have only one set
of format properties that will apply to all of the characters within that
control.

Something like this can be done if you don't use any control at all but
instead use the report's Print method to put the text in the Report's
output. I've never attempted using that method to print data from the
Report's recordset, but I would imagine it to be non-trivial to set up.
 
In a report created with Office 2003 I have a remarks
text box the lists records with text data. There
occasionally occurs a word within the remarks section
that I would like to make bold when it occurs in the
remarks section of the report. Does anyone have any idea
how to do this??? Regards DHenderson

See MixBold Plain and also RichText at:
http://www.lebans.com
 
whenever I download a sample file, xp pro tells me to
convert it or it's a read only. how do I get to use the
samples?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top