Re: OLE2 & Excel

From: <kasia2011_at_my-deja.com>
Date: Mon, 14 Jun 1999 13:51:51 GMT
Message-ID: <7k31dj$p75$1_at_nnrp1.deja.com>


> DECLARE
> application OLE2.OBJ_TYPE;
> BEGIN
> application:=OLE2.CREATE_OBJ('Excel.Application');
> OLE2.SET_PROPERTY(application, 'Visible', 'True');
> END;
Try OLE2.SET_PROPERTY(application, 'Visible', 1);

(I always put 1 for true and 0 for false, without '').

Kasia

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jun 14 1999 - 15:51:51 CEST

Original text of this message