Mittwoch, März 12, 2008

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://nameofthepageyouwanttoopen.com');

Thus, your browser will open and display the URL.

3 Kommentare:

  1. WinAPI::shellExecute("iexplorer.exe", url);

    AntwortenLöschen
  2. this is when you need iexplore infoLog.urlLookup('http://nameofthepageyouwanttoopen.com');
    will run default browser.

    btw: great job!

    AntwortenLöschen
  3. For Microsoft Dynamics Jobs visit www.nigelfrank.com

    AntwortenLöschen