Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Help with calling Navigate function of Web Browser

Help with calling Navigate function of Web Browser

From: <pramod.mahadev_at_ustra.mail.abb.com>
Date: 1998/01/30
Message-ID: <886207079.1296236549@dejanews.com>#1/1

Hi there,
  I have imported Web Browser activeX component into my Oracle Forms 5.0. I am able to go to a web site using a call as follows:

DECLARE
  HeaderData OleVar;
  FileData Varchar2(20000);
BEGIN FileData := 'USERID=BILL&QUERY_TYPE=COMMITMENT_HISTORY';

INTERNETEXPLORER_IWEBBR_3.Navigate(:item('BLOCK3.ACTIVEX_CONTROL4').interface, 'http://www.netscape.com', OleVar_Null,
OleVar_Null, OleVar_Null, OleVar_Null);

END;
However, when I want to pass FileData as the 5th argument, which is of type OleVar, I do not know how to convert this FileData as OleVar and yuse it in the function Navigate.

Any help will be highly appreciated.
Pramod
pramod.mahadev_at_ustra.mail.abb.com

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Fri Jan 30 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US