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

Home -> Community -> Usenet -> c.d.o.misc -> Trying to get OLE2 to work from FORMS 4.5

Trying to get OLE2 to work from FORMS 4.5

From: Patrick Whitson <whitsonp_at_detroitedison.com>
Date: 1998/02/24
Message-ID: <01bd418a$e017f280$ef7209a2@whitsonp.deco.com>#1/1

Hello,

     I am trying to test to see if OLE2 will work from FORMS 4.5 calling an external application developed by Eastman Software. The problem that I am having is when I set the 'VISIBLE' property to 'TRUE' it does not show the application. Is there another way to do this?

     This is how I am calling it now:

BEGIN

	app := ole2.create_obj('WangImage.Application');
	-- Create the viewer object.
	vwr := ole2.create_obj('app.CreateViewerImageObject(1)');

	val := ole2.set_property(app, 'VISIBLE', 'TRUE');

END; Anyones help is much appreciated. You can contact me at whitsonp_at_detroitedison.com. Thank you.

Patrick Whitson Received on Tue Feb 24 1998 - 00:00:00 CST

Original text of this message

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