Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: How to bold text in formula fields Post Reply Post New Topic
Author Message
sarooptrivedi
Newbie
Newbie
Avatar

Joined: 18 Jun 2008
Online Status: Offline
Posts: 10
Quote sarooptrivedi Replybullet Topic: How to bold text in formula fields
    Posted: 21 Dec 2010 at 1:23am
Hello this is my formula fields

stringVar a := "Certificate showing the number of marks ontained by Shri/Smt/Kumari"+ChrW(13);
stringvar b:= {report1.STU_NAME};
stringvar c := "of"+" "+{report1.COLL_NAME};

a := a+ChrW(13)+ChrW(13) +c ;
a;

now i want the bold the text of

[1]{report1.STU_NAME}
[2]{report1.coll_NAME}
[3]{report1.cours_NAME}
fields
please help me in that.........if any new formula i need to create the show me the example...here no condition so please help me out...
thank you
{report1.STU_NAME}{report1.COLL_NAME}
reply me on my mail id:saroop.trivedi@gmail.com.
crystal report help.
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 21 Dec 2010 at 4:56am

you can't bold part of formula, it's an all or none proposition.

You can create different labels and programmatically bold and unbold them(go to the font tab of the label and add a condition in the x-1 button forthe style)
 
HTH
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.