I wrote the following code to access the net in navision, but failed. Anyone can help me? Thanks.
Name DataType Subtype Length
WebBroswer Automation ‘Microsoft Internet Controls’.WebBrowser
CLEAR(WebBrowser);
IF CREATE(WebBrowser,TRUE) THEN
WebBrowser.Navigate(‘http://www.csdn.net’);
the error message shows below:
This message if for C/AL programmers: An exception was raised in method Navigate. The OLE control or Automation server returned error(HRESULT) -2147352567The componet did not provide the exception description.
Hi, you have to be a little more patient. Posting again after 75 minutes does not help much. We do all this here in our free time and not getting money for it.
OK, instead of ‘Microsoft Internet Controls’.WebBrowser-control try to use ‘Microsoft Internet Controls’.InternetExplorer-control.