IF ISCLEAR(WSHShell) THEN BEGIN CREATE(WSHShell); WinStyle := 0; WaitForCommand := FALSE; WSHShell.CurrentDirectory := 'C:\Program Files\TestUAT_160212\'; WSHShell.Run('"C:\Program Files\TestUAT_160212\recex1.exe"',WinStyle); CLEAR(WSHShell); END;
WSHShell.Run('"C:\Program Files\TestUAT_160212\recex1.exe /recex /xml"',WinStyle);
This message is for C/AL programmers: An exception was raised in method Append. The OLE control or Automation server has returned error (HRESULT) -2147352567. The component did not provide the exception description.
Answers