-
Bernhard Giesriegl
- PowerBuilder
- Tuesday, 12 August 2025 07:57 AM UTC
Hi all,
there I see a strange behavior on dealing with tabs in RTE:
1
On an empty RTE doing anything I have a lot of standard tabs:
2
OK, I remove them all with rte.removetab:
3
I set some tabs with rte.settab and fill in 'TEST':
4
I copy the contents of the RTE:
str = rte.CopyRTF(FALSE,Detail!)
Then I clear the rte:
rte.SelectTextAll()
rte.Clear()
5
Then I paste str into the rte:
rte.PasteRTF(str)
Now my tabs are there, but followed of the first deleted standard tabs!
6
And the next line contains only my tabs!
What happens here?
Any suggestions welcome!
Best regards
Bernhard
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.