Home » Developer & Programmer » Forms » how to call chrome browser using OLE2 or DDE in Oracle forms 6i ? (Forms 6i)
how to call chrome browser using OLE2 or DDE in Oracle forms 6i ? [message #682355] Mon, 19 October 2020 05:04
naveen.mani@rbs.co.uk
Messages: 7
Registered: October 2020
Junior Member
Hi All
Thanks in advance
I have legacy code which uses Internet browser to call a url.
As Our internet browser has been outdated we like to use Chrome browser to call the URL. Kindly post ideas

the following is the legacy code we have:

 webhandle := OLE2.CREATE_OBJ('InternetExplorer.APPLICATION');
 ole2.set_property(webhandle,'Visible',1);
 args := OLE2.create_arglist; 
Thanks
Naveen Mani
Previous Topic: Date Issue
Next Topic: Paste jpg on Canvas
Goto Forum:
  


Current Time: Thu Mar 28 15:09:33 CDT 2024