Hi,
We use the RTE control for exporting Richtext to HTML and store it in the DB in a blob field. Later on, we get that blob, write it to a temporary file and then use the InserDocument() function to import it back into the RTE control.
When we use(d) PB2017 R3 build 1915, we configured the application object to use "Built-in TX Text Control".
When we started using PB2019 R3 build 2703, we though that the "Built-in TX Text Control ActiveX 15.0", would be the same version as the one we use(d) in PB2017. Then we noticed that, when importing our DB blobs that contained a table in the html (<table>), things failed miserably, the formatting was all wrong.
In PB2019 the only version of the control that seems to be working reasonably well is the Built-in TX Text Control ActiveX 28.0, so make sure you are using that one and not any other version.
regards
MiguelL