Re: Excel from Forms ?

From: <mgumbs_at_hotmail.com>
Date: Thu, 21 Oct 1999 08:10:26 GMT
Message-ID: <7umhpc$jtr$1_at_nnrp1.deja.com>


There should be a document on Oracle MetaLink. Do a search on OLE.

M

In article <380eeac2.491378885_at_news.eunet.no>,   obv_at_ssb.no (Ole Bredesen-Vestby) wrote:
> How do I start Excel from Forms 5.0 ?
>
> I've tried this:
>
> declare
> w_app ole2.obj_type;
> begin
> w_app := ole2.create_obj('Excel.Application');
> ole2.set_property(w_app,'Visible','True');
> end;
>
> Is this ole2 built in package documented somewhere ?
>
> - Ole Bredesen-Vestby
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Oct 21 1999 - 10:10:26 CEST

Original text of this message