We have recently migrated to PB2019 R2 Build 2353 from PB2017 build 1666.
Rich text data window is not printing second page. we are having built-in rich edit control settings.
No code change at all. Just pure migration from PB2017.
New application does not print second page. Print preview mode shows two pages.
We are using simple PrintDatawindow function.
job = PrintOpen()
PrintDataWindow(job,parent_window.dw_3)
PrintClose(job)
Can this be done without changing to TX Text control?
Any help will be much appreciated.
Thanks
Selvam
I do not see any documentation for built in TX text control, can you please let me know?
I am referring to free TX text control not the third option.
Thanks
Selvam
That option is controlled in the Application Painter's "Additional Properties" link in the objects "Properties" pane.=> "RichText Edit" tab => DDLB
Regards ... Chris