Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Bold text in non-bold string Post Reply Post New Topic
Author Message
pgiering
Newbie
Newbie


Joined: 25 Aug 2009
Location: United States
Online Status: Offline
Posts: 37
Quote pgiering Replybullet Topic: Bold text in non-bold string
    Posted: 09 Sep 2010 at 10:02am
Hi,
 
I have the following string:
 
     "For Checks: " + totext((check1),0,"") + " to " + totext((check2),0,"")
 
Which looks like this in the report (all non-bold):
 
     For Checks: 21869 to 21960
 
I want it to print like this:
 
     For Checks: 21869 to 21960
 
Any suggestions?
 
Thanks,
 
Paul
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 09 Sep 2010 at 12:01pm
I believe there is the html option or you can can create a text box, with your strings, drag your fileds into it and bold the fields (as well as chaneg the appearance to drop decimals and commas).

Edited by DBlank - 09 Sep 2010 at 12:01pm
IP IP Logged
HelloW1
Newbie
Newbie
Avatar

Joined: 15 Nov 2010
Location: United States
Online Status: Offline
Posts: 3
Quote HelloW1 Replybullet Posted: 11 Mar 2011 at 9:27am
You can put an html tag in the string like this
string + "<b>" + string2 + "</b>" + string3
You have to set the text interpretation of the text box on the report to html

Edited by HelloW1 - 11 Mar 2011 at 9:27am
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.016 seconds.