当引号中的文本然后文本应该是粗体,否则常规字体在水晶报表字体公式
中这是我的字体公式
if ({cominvoicedt4.artnm2} = "") then
crBold
else
crRegular
请帮助
答案 0 :(得分:0)
只需将此公式粘贴如下
即可右键单击该字段 - >选择格式字段>选择粗体公式并在公式中返回true false
if ({cominvoicedt4.artnm2} = "") then
return true;
else
return false;
请参阅此链接:http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11771
Format (make bold or italics) a portion of a Textbox or Formula object in Crystal Reports