Open web pages from X++ code

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://www.fatihdemirci.net’);

Thus, your browser will open and display the URL.

 
Comment are closed.