Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Making part of the text bold in a formula? Post Reply Post New Topic
Author Message
swatts
Groupie
Groupie
Avatar

Joined: 17 Mar 2010
Online Status: Offline
Posts: 83
Quote swatts Replybullet Topic: Making part of the text bold in a formula?
    Posted: 02 Dec 2010 at 6:51am
Is it possible to make part of your text bold but not all of it?

ie:

if not isnull {(table.one)} then
"Chapter 1:" Chr(13)
"Here is a tale of a ......etc"

Make Chapter 1 bold but not the rest?
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 02 Dec 2010 at 7:58am

change the formula to use HTML...

if not(isnull ({table.one})) then
'<b> Chapter 1: </b> <BR>Here is a tale of a ......etc '
then right click on the field
select Format Field
select Paragraph tab
Change Text Interpretation to "HTML Text"
 
Or Use a text field and drrag and drop fields (or formula fields) into it and you can change each item using teh usual formating tools
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.