BEGIN
AppID := DDE.App_Begin(WebBrowser || ' ' || WebPage, DDE.APP_MODE_NORMAL);
EXCEPTION
WHEN DDE.DDE_APP_FAILURE THEN
Message('Cannot start Netscape web browser');
END;
This works just great. if there are spaces in the web address (or file) it will not work. You can use a redirect page, and redirect the web page to your real web page. That is what I had to do in several cases.
Thanks lot. I will try it soon. In fact, I already use ole2 to do the same function. However, I would like to know the difference between your code and ole2?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.