cancel
Showing results for 
Search instead for 
Did you mean: 

bold part of the formula

Former Member
0 Kudos

Hello.

how can bold part of the formula?

if i want display {table.field1} bold.

"my name is " + trim({table.field1}) + " " + trim({table.field2} + " from "....

i use Crystal Report .NET 2008

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Boukii,

You should write a formula like this

'<b>'+{Command.FieldName}+'</b>'+'Text'

and then right click on field>choose format object>click on paragraph Tab>Under Text Interpretation>chosse HTML Text and

click OK

Then see output.

Regards

Vivek

Former Member
0 Kudos

Thanks for your attention.

its working but another problem occurred :

my Reading order is right to left but when i use html format its changed to the left to right!

can i fixed it?

Former Member
0 Kudos

Hi ,

If you are not very specific with this formula.

You can do the same in another way which is very much painless compared to this earlier one.

Place a text field in your report.

Type in the necessary text.

Along with the text drag in the needed database values . Text and database values can be added together to a text field in CR.

If needed you are able to add more database values and text in the same way.

In this case the reading order will not get affected too.

If you can do this only through a formula then I do not think the reading order can be changed

Hope the information will be useful.

Regards

Vivek

Former Member
0 Kudos

its work perfect.

Thanks.

Answers (0)