Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

htmlText

Status
Not open for further replies.

TheConeHead

Programmer
Aug 14, 2002
2,106
US
Is there a reason a line break <br> would not work in a dynamic textfield?

[conehead]
 
Is the textfield set to show html text and if so are you using the htmlText property of MX/MX2004? Because the straight text property won't display html even if the text box is set for it:

Code:
myTextBox.htmlText='<font size='14'>stuff</font>';
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top