Hello, I have a problem while launching an external app via the shell function.
I tried the following things from my basic macro: dmsResult= Shell(ConvertToURL(AppPath),1,sParam) and dmsResult = ShellExecute(0,"",ConvertToURL(AppPath),sParam,sWorkingDirectory,1) But The shell command does not return the return value from this app. Even if I wait until the app finished. Has anybody a solution for getting the result of a called application? Greetings Andreas
