Microsoft
Software
Hardware
Network
Question : textbox richtext formating remove url
Hi Experts,
I have a textbox where it needs to be with the format richtext. But in the report it puts a underline under the text gives it a blue color. How do remove the underline and the blue color?
Answer : textbox richtext formating remove url
In the query that you are using for the report, wrap that field in the PlainText() function. That will remove the html.
SELECT PlainText(yourTable.[yourF
ield]) as yourField
FROM yourTable
Random Solutions
Forefront TMG Client Access
FTP Script via Unix
How can i add column name in list generic?
Outlook2007/ Exchange: Need password to connect
Can't send emails (Vista Business, United Kingdom, Demon Mailbox/Demon Broadband)
Lable (and other elements) not appearing in my code behind
PHP: import several RSS feeds into MySQL
How to block USB Disks using Windows 2008 R2 Domain Controller Group Policy
Exchange database backup failing with Arcserve v15
Inserting Rows in Excel with VBA