Hi guys!
How can I hide part of the text in Rich text box.
e.g.My text in Rich text box is "This is fun" but I want to display
"This fun" by hiding "is" of the full text.
Thanks.
Javaid Ahmad
Printable View
Hi guys!
How can I hide part of the text in Rich text box.
e.g.My text in Rich text box is "This is fun" but I want to display
"This fun" by hiding "is" of the full text.
Thanks.
Javaid Ahmad
This is a bit of a kludge and would apply to a Textbox as well, but how
about using replace ie
replace("is fun"," ")
Just a thought.
regards,
Tony
Javaid Ahmad <Javaida@RadixControls.com> wrote in message
news:38f5ebbc$1@news.devx.com...
>
> Hi guys!
> How can I hide part of the text in Rich text box.
> e.g.My text in Rich text box is "This is fun" but I want to display
> "This fun" by hiding "is" of the full text.
>
> Thanks.
> Javaid Ahmad
This is a bit of a kludge and would apply to a Textbox as well, but how
about using replace ie
replace("is fun"," ")
Just a thought.
regards,
Tony
Javaid Ahmad <Javaida@RadixControls.com> wrote in message
news:38f5ebbc$1@news.devx.com...
>
> Hi guys!
> How can I hide part of the text in Rich text box.
> e.g.My text in Rich text box is "This is fun" but I want to display
> "This fun" by hiding "is" of the full text.
>
> Thanks.
> Javaid Ahmad