A script-enabled browser is required for this page to function properly.

Importing OLE Library Interfaces

To import OLE methods:

  1. From the main menu, select Program | Import OLE Library Interfaces…
    The Import OLE Library Interfaces dialog box appears.
  2. Select an OLE Class.
    The methods and events packages appear for the selected OLE class.
  3. CTRL+ click on the desired methods packages.
  4. Select the Methods checkbox to import the method.
  5. Select the Properties check box to import the get and set accessors for properties.
  6. Click OK.
    In the Object Navigator, notice the newly created packages under the Program Units node.

    Note: OLE objects export interfaces that expose methods. Oracle Forms imports the methods in PL/SQL. You can interact with OLE objects in the native Oracle Forms environment.