Hello,
PB 2019 R3, PostgreSQL 11
Is there any way to print a report in the background and return the control (cursor) to the application immediately ?
In the printing function, we retrieve data from the database in a datawindow, do some setItem and send it to the printer.
During busy hours, printing takes a couple of seconds, which our users feel that it's slow. To improve we want to return control immediately to the screen by sending the job to the background.
Any suggestion is welcome.
Happiness Always
BKR Sivaprakash
I'll wait for your release to learn multi-threading.