If you want to open the Internet Explorer with a certain web page directly from X++ code, you can use the following statement:
infoLog.urlLookup('http://nameofthepageyouwanttoopen.com');
Thus, your browser will open and display the URL.
vor 2 Jahren
3 Kommentare:
WinAPI::shellExecute("iexplorer.exe", url);
this is when you need iexplore infoLog.urlLookup('http://nameofthepageyouwanttoopen.com');
will run default browser.
btw: great job!
For Microsoft Dynamics Jobs visit www.nigelfrank.com
Kommentar veröffentlichen