
Contributor II
2018-11-20
08:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Formatting Text Object
So, Id like to format only a few lines of text in my text object. Id like to make a few of lines bold <b> and some underlined <u>.
Ive tried using the above either end of the line I want to format but I get "garbage" in the expression.
Please help.
Below is the part of the text I'm using, which at present there are no issues with...
= 'This is the ' & vDashboardName & ' Dashboard.'
& CHR(13) & CHR(13)
& 'The purpose of this Dashboard is to:'
4,451 Views
1 Solution
Accepted Solutions

MVP
2018-11-20
08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This (Bold, Underlying, Italics) type formatting can be applied text box wide and not on individual words or phrases. In order to do this, you would either need an extension or create multiple text boxes put together giving it a feel that they are single text boxes.
4,518 Views
2 Replies

MVP
2018-11-20
08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This (Bold, Underlying, Italics) type formatting can be applied text box wide and not on individual words or phrases. In order to do this, you would either need an extension or create multiple text boxes put together giving it a feel that they are single text boxes.
4,519 Views

Contributor II
2018-11-20
08:51 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Brilliant,
Thank you for the prompt reply!
Thank you for the prompt reply!
4,448 Views
