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 Hope Socket programming will open up a whole lot of new ways of programming in Powerbuilder. Will definitely go through it and try to implement to resolve this issue.