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