Reading HTML Source from Webpage

Hi! Just wanted to ask if its possible to open a webpage with Automation objects and then read the html source code of this page into Navision for text parsing.

Yes, but it does not exist. I am assuming that you mean grabbing the output of “http://xxx.xx/somepage.html” and not just a simple file “c:\sompage.html” on your drive. You can grab the content of a particular web site using ASP.NET (C#/VB.NET) and wrap it all up in an automation. Grabbing web content is part of most introductory books on the above. Creating automations for Navision is the hard part.