- Patrick Fabian
- PowerBuilder
- Tuesday, 14 April 2020 10:11 AM UTC
I am using "Built-in TX Text Control" and we have a spellcheck implemented (from WinterTree Software), that adds red wavy lines to every supposed error. Sadly, the spellcheck itself doesn't come with a good function to delete the red wavy lines.
Problem is, we want to implement a manual function, that removes all the red wavy lines before saving, because otherwise those red wavy lines are saved as .rtf code.
I tried this:
rte_1.SetTextStyle(rte_1.GetTextStyle(Bold!),FALSE,rte_1.GetTextStyle(Subscript!),rte_1.GetTextStyle(Superscript!),rte_1.GetTextStyle(Italic!),rte_1.GetTextStyle(Strikeout!))
It doesn't work. It's not treated as an underline.
Is there any other way to specifically target the red line to be deleted?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.