cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Crystal Reports - Issue with bold and can grow option

Fernando_2
Explorer
0 Kudos
338

Hi Everyone, 

I have an issue with bold and can grow option. Currently I have a field with a formula on Font\Style formula for Bold the field in some cases, also I have the can grow option checked.

Fernando_2_0-1726047204364.png

Fernando_2_1-1726047204366.png

The problem is when bold is applied, can grow is not applied and text applied clipped.

Equally, if I directly put this field bold as default, automatically the width is resized. That I think that is what happens when the formula applies the bold style.

Fernando_2_2-1726047204367.png

Fernando_2_3-1726047204369.png

I tried to insert a text field and put inside the field for apply Font\Style formula only to this field in this text box. But occurs the same problem.

Any idea how to solve it? Thanks in advance

SAP Crystal Reports 

View Entire Topic
gonzalogomez
Active Contributor
0 Kudos

Creo que lo que te falta es definir la fórmula de formato correctamente.

I think what you are missing is defining the formatting formula correctly.

Prueba esto.

Try this.

if {T_PH_COA_ROW.in_spec}='F' then crBold else crRegular

HML
Explorer
0 Kudos
This would be tidy, but is not necessary in this case. If the condition does not match, there is a fallback to "regular" (=0)
Fernando_2
Explorer
0 Kudos
Gracias por tu respuesta Gonzalo. Lo probé también, pero nada... sigue haciendo lo mismo.