I have programmes an Ole from Oracle forms to Excel. I ws happy, becauese everything was ok. But I have one Problem. When I releease the objects at the End of my programm.
ole2.release_obj(range);
ole2.release_obj(row);
ole2.release_obj(column);
ole2.release_obj(cell);
OLE2.RELEASE_OBJ(worksheet);
OLE2.RELEASE_OBJ(worksheets);
OLE2.RELEASE_OBJ(workbook);
OLE2.RELEASE_OBJ(workbooks);
OLE2.RELEASE_OBJ(application);
release the application is making a problem, so that the Excel is visible in the task, when the user close Excel and my forms application dont run. wenn I release application, Dr watson comes, when the user close the Excel. When I close may forms, bevor closing excel i have no trouble, but my forms does not run, when I close Excel bevor my mask. Who can me help?
ole2.release_obj(range);
ole2.release_obj(row);
ole2.release_obj(column);
ole2.release_obj(cell);
OLE2.RELEASE_OBJ(worksheet);
OLE2.RELEASE_OBJ(worksheets);
OLE2.RELEASE_OBJ(workbook);
OLE2.RELEASE_OBJ(workbooks);
OLE2.RELEASE_OBJ(application);
release the application is making a problem, so that the Excel is visible in the task, when the user close Excel and my forms application dont run. wenn I release application, Dr watson comes, when the user close the Excel. When I close may forms, bevor closing excel i have no trouble, but my forms does not run, when I close Excel bevor my mask. Who can me help?