DC_IsAppRunning
Posted: Mon Sep 22, 2014 10:04 am
Roger,
we're running into a problem with using dc_isapprunning()
the line in our code is:
IF DC_IsAppRunning('XbpDialog',aApp,,.t.) .OR. DC_IsAppRunning('XbpPmtClass',aApp,,.t.)
but, this only works if the application has gotten to the main appwindow. if does not work if the application is still starting up.
is there any way to test for the application exe running in the task manager ? this comes up right away, even before any windows are defined...
we're running into a problem with using dc_isapprunning()
the line in our code is:
IF DC_IsAppRunning('XbpDialog',aApp,,.t.) .OR. DC_IsAppRunning('XbpPmtClass',aApp,,.t.)
but, this only works if the application has gotten to the main appwindow. if does not work if the application is still starting up.
is there any way to test for the application exe running in the task manager ? this comes up right away, even before any windows are defined...