Home » Developer & Programmer » Forms » WEBUTIL - Client_OLE2.Invoke(oApplication, 'Quit'); not exit the excel application (Forms 10g)
WEBUTIL - Client_OLE2.Invoke(oApplication, 'Quit'); not exit the excel application [message #559447] Tue, 03 July 2012 06:25
niccur
Messages: 1
Registered: July 2012
Location: Buenos Aire
Junior Member
Hi!
My forms code read a worksheet cell of Excel successfully, but when I want to quit application and close form the MS Excel still running in memory and I must close them by the administration console of windows..

Client_OLE2.release_obj(oSheet);
Client_OLE2.release_obj(oSheets);
Client_OLE2.release_obj(oBook);
Client_OLE2.release_obj(oBooks);
Client_OLE2.release_obj(oApplication);

Client_OLE2.Invoke(oApplication, 'Quit');
Client_OLE2.Release_Obj(oApplication);

Please somebody help!
Previous Topic: Forms 10g show empty screen in browser
Next Topic: image item
Goto Forum:
  


Current Time: Fri Jul 05 21:25:54 CDT 2024