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

Home -> Community -> Usenet -> c.d.o.server -> OLE2 --> Excel

OLE2 --> Excel

From: Bert Vanderstraeten <bvds_at_hotpop.com>
Date: Tue, 22 Jun 1999 23:19:09 +0200
Message-ID: <7koup4$dnt$1@news1.skynet.be>


This code is supposed to open Excel : (Using MS Excel 97)

In WHEN_BUTTON_PRESSED TRIGGER

DECLARE
application OLE2.OBJ_TYPE;
BEGIN
application:=OLE2.CREATE_OBJ('Excel.Application'); ole2.set_property(application,'Visible', 'True'); END; Instead it does nothing at all, disc activity however shows there must be something going on in background.

Does anybody have any experience in this sort of thing?

Thx a million
Bert Vanderstraeten Received on Tue Jun 22 1999 - 16:19:09 CDT

Original text of this message

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