 |

Displaying contents of rich text fields in a view
Tip submitted by
Craig P. Wiseman


Level: Intermediate
Works with: All
Platform: All
Updated: 03/01/2001

Related link:
More Tips from Notes.net |  |
Have you ever wanted to display the contents of rich text fields in a view? For example: You want to let your users be able to bold and set the fonts for their comments, but you also want to have these comments appear in a view.
Here's a solution using the @Abstract function. On the form, if the rich text field name is Body, create a hidden, computed text field (for example, call it BodyText) with the following value:
@Abstract( [TextOnly]:[TrimWhite]; 64000 ; "" ; "Body" )
You then can display the Body Text field in views!
ABOUT THE SUBMITTER
Craig P. Wiseman is from Cherbonnier, Mayer and Associates, an IBM Business Partner.
SUBMIT YOUR TIPS! |
We encourage you to send us your tips (You can also click the "Would you like to submit a tip?" graphic below.) Your tips can be anything you've discovered about Notes, Domino, Designer, or the Domino Administrator that you think is interesting, useful, or handy. For ideas, take a look at our tip archives. If we publish your tip, we'll send you your very own Notes.net mug (shown below).  |
|
|