Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2006-03-16 : 13:55:51
|
Let's say I have a query that's performed by the user entering a string value, which completes the where condition.Is there a way to highlight in the string that comes back where that parameter exists?So, if the user types in yellow, I want to highlight the word yellow in the following sentence that would come back on the report:The sun is a bright <bold>yellow</bold> today!Thanks! |
|
jhermiz
3564 Posts |
Posted - 2006-03-16 : 15:48:42
|
nope not in RS, this has been asked in several other forums and posts. I think AjarnMark asked the same thing a while back.Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
 |
|
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2006-03-16 : 16:13:11
|
Ah...thanks jhermiz! |
 |
|
|
|
|