execruntime
-
- Posts: 5
- Joined: Tue Oct 10, 2017 12:44 pm
execruntime
I am trying to generate PDF^s as a backgound task, however using the execruntime( hRpt, 1, SW_* etc.. ) in C code does not work. I keeps bringing up a Task bar Icon grabbing the focus, creates the PDF and then returns to the Application. ____execruntime( hRpt, 0, SW_* etc.. ) Does not work at all.____SW_HIDE, SW_SHOW, SW_NOACTIVATE, SW_SHOWDEFAULT all behave the same way.____Any feedback is gratefully accepted.____:-(
=> RE: execruntime
I do not think that there is a way to execute runtime as a background task. There is always going to be a R&R window as runtime executes.____Kathleen__R&R Support