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://Axkanha.blogspot.com');
Thus, your browser will open and display the URL.
infoLog.urlLookup('http://Axkanha.blogspot.com');
Thus, your browser will open and display the URL.
No comments:
Post a Comment