Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: background color Post Reply Post New Topic
Author Message
diogni
Newbie
Newbie


Joined: 26 Jul 2011
Online Status: Offline
Posts: 4
Quote diogni Replybullet Topic: background color
    Posted: 27 Jul 2011 at 12:29am
Hi,

I am new to crystal report and learning right now to manage the software. I have a small design problem. my problem is: how could i program crystal report to display check boxes with yellow as background color? 

many thanks in advance for your help.


Edited by diogni - 27 Jul 2011 at 12:29am
IP IP Logged
sharona
Senior Member
Senior Member
Avatar

Joined: 16 Oct 2008
Location: United States
Online Status: Offline
Posts: 255
Quote sharona Replybullet Posted: 27 Jul 2011 at 2:05am

you can right click the box

format field
select background color- not sure which tab, but you will find it if you look.
sharona
IP IP Logged
sreenu435
Newbie
Newbie


Joined: 15 Jul 2011
Online Status: Offline
Posts: 10
Quote sreenu435 Replybullet Posted: 27 Jul 2011 at 2:14am
yes for this program is not required we can acchive with english letters itself background you can change the useing format fileds option
IP IP Logged
sreenu435
Newbie
Newbie


Joined: 15 Jul 2011
Online Status: Offline
Posts: 10
Quote sreenu435 Replybullet Posted: 27 Jul 2011 at 2:57am
you can use the below code
 
1. Create New Formula field
2. Use chr(254) for true and chr(168) for false
IF {isTrue} THEN

chr(254)

ELSE

chr(168)

IP IP Logged
CircleD
Senior Member
Senior Member
Avatar

Joined: 11 Mar 2011
Location: United States
Online Status: Offline
Posts: 251
Quote CircleD Replybullet Posted: 27 Jul 2011 at 11:26am
Originally posted by sreenu435

you can use the below code
 
1. Create New Formula field
2. Use chr(254) for true and chr(168) for false
IF {isTrue} THEN

chr(254)

ELSE

chr(168)



If you use that you'll have to also change the font to wingdings or you get something else.
IP IP Logged
diogni
Newbie
Newbie


Joined: 26 Jul 2011
Online Status: Offline
Posts: 4
Quote diogni Replybullet Posted: 27 Jul 2011 at 11:40am
I have already implemented check boxes with the code you wrote but thatīs right now not my problem. my problem is i want some fields to have permanently yellow as the background color. i can do that through field formatting but the yellow background color will only appear yellow when i enter something into those fields and thatīs my problem. i want those fields to remain yellow regardless of their contain. 
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.047 seconds.