开发者

How to circle a textbox or box in crystal report based on formula field value?

开发者 https://www.devze.com 2023-01-19 19:06 出处:网络
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 sel

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消