Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

Here my prob is i want change color in crystal report when displaying "A",
here i bind through data table , so that i just concatenate columns.

example:

if bind like this in crystal report

212
A

so i want change color for "A", i just using this formula but it's not working

C#
<code>if CurrentFieldValue = "A"&" "&"A" then crRed
else crBlack</code>


how to solve this prob?
Posted
Comments
Sinisa Hajnal 6-Feb-15 7:39am    
How are you using this formula? you're just returning color, it should be somewhere in font color...
prasanna.raj 6-Feb-15 8:04am    
How to make this formula ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900