开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜