dear all,
I have made code unit where i use automation variables and problem is that when run code unit directly then they work fine but when i use this code unit on report then its give error.
Microsoft Dynamics NAV Classic
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.
OK
-
Thanks in advance
Comments
Look for the Append method on your component, or better yet, attach Visual Studio to finsql.exe, or finsql and enable Exceptions. This should stop where you encounter the problem.