Hi,
I need to launch a small .exe during the ‘AfterRefresh’ event (using VBA), so that I call ShellExecute(…).
My little problem is that this function returns this error:
SE_ERR_ACCESSDENIED
When I use the same function, for the same .exe with the same path and parameters under C++Builder or Delphi, it works fine …
So why do this access is denied when i try to launch the .exe from Business Object’s VBA ?
Thanks,
vincent
Sunchaser (BOB member since 2007-05-09)