Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Trying to get OLE2 to work from FORMS 4.5
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
![]() |
![]() |