Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Bold text Post Reply Post New Topic
Author Message
Wosp
Groupie
Groupie
Avatar

Joined: 05 Sep 2012
Location: Sweden
Online Status: Offline
Posts: 45
Quote Wosp Replybullet Topic: Bold text
    Posted: 16 Dec 2013 at 11:27pm
Hi!
 
I want to make text bold in one field depending on what content is in another field.
something like this:
 
if {OBJECTS.OBJECTTYPE} = "PORT" then...
 
the field {OBJECTS.POSID} should get bold text
 
 
IP IP Logged
Sastry
Moderator
Moderator
Avatar

Joined: 16 Jul 2012
Online Status: Offline
Posts: 537
Quote Sastry Replybullet Posted: 17 Dec 2013 at 1:09am
Hi

Place {OBJECTS.POSID} in your report and right click on that and go in Format Field--Font tab--Style-- Formula editor and give below formula

if {OBJECTS.OBJECTTYPE} = "PORT" then CrBold else CrRegular


Thanks,
Sastry
IP IP Logged
Wosp
Groupie
Groupie
Avatar

Joined: 05 Sep 2012
Location: Sweden
Online Status: Offline
Posts: 45
Quote Wosp Replybullet Posted: 17 Dec 2013 at 1:16am
Worked perfect, thank you very much...
 
Clap
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.