Bolding the data in the Field

Glen17

Registered User.
Local time
Today, 07:21
Joined
Jul 7, 2016
Messages
13
Hi everyone. I want to do something in my MyReport..
I have a Myfield name then in MyReport I have a MyText. In the MyText I want to have an output like this : "Washington is the first President of US" or "[Myfield]" is the first President of US. The bold Washington is one of the data in my Myfield. What can I do? Thanks!
 
if Washington is a field. Bold the field.
 
Set the control's property "Text Format" to "Rich Text" and use the HTML text formatting, bold = <b>/</b>
Code:
"<b>Washington</b> is the first President of US"
The field in the table should be set to "Memo".
 

Users who are viewing this thread

Back
Top Bottom