HI ,
I am having Y [yes] an开发者_JS百科d N [No] in PDF and i need to circle anyone based on the boolean value in Crystal report.Any suggestions pls......
I don't know about a circle, but you can selectively put a square border around any field by going into the Format Editor, then under the Border tab. Then, under Color put in a formula like:
if {YourField} = "Y" then crBlack else crNoColor
My personal opinion is that if you just want to draw more attention to these fields, a conditional formatting of font color/style might be a more visually appealing way to go.
精彩评论