Forms --> Excel (OLE2)

From: Bert Vanderstraeten <bvds_at_hotpop.com>
Date: Tue, 22 Jun 1999 23:11:46 +0200
Message-ID: <7kouba$dg7$1_at_news1.skynet.be>



[Quoted] 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 - 23:11:46 CEST

Original text of this message