OLE2 --> Excel

From: Bert Vanderstraeten <bvds_at_hotpop.com>
Date: Tue, 22 Jun 1999 17:22:56 +0200
Message-ID: <7kodah$guh$1_at_news0.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 - 17:22:56 CEST

Original text of this message