Is there a way to send a query (like Request Form) to a WEB page? I try Inet Control but it doesn’t work with Navision Finacials 2.60. Bye Marco
Usually webpages take can take a query, are getting the parameters passed in the URL (see for an example the address bar when you have opened a page of this forum). When you know the parameters to pass, you can build the URL yourself and HYPERLINK it to a webpage. John
This method works only if the receiving page read data from URL with request.querystring sintax (posting page send data with GET method). To do this I built (on fly) an html page…