April 25, 2008 at 9:53 am
I have text hardcoded in a text box. Some of the text needs to be bold, some italic, and some needs to be bold, underlined, and italic..
Since I cannot apply a single style to the entire text box, what do I do? Anyone know the syntax?
[font="Courier New"]ZenDada[/font]
April 25, 2008 at 9:56 am
I don't think that there is a way to apply different formats to parts of text in a textbox. You need to use multiple textboxes to do this I think.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 25, 2008 at 10:37 am
Darn. Not the answer I wanted to hear. How about modifying the XML? Can I add a style tag or something?
[font="Courier New"]ZenDada[/font]
April 25, 2008 at 12:01 pm
I thought there was a way to assign a style tag to elements in a report, but I can't find the way to do it now.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 28, 2008 at 7:43 am
Without having tried it... you might be able to set the text box value equal to a piece of html. If this worked, you could then write a function to construct a piece of html based upon your values and format them appropriately.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply