execruntime
Posted: Tue Mar 01, 2005 10:20 pm
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.____:-(