‎2009 Sep 21 3:49 AM
Hello Experts,
I am using the OI classes(i_oi_container_control, i_oi_error, i_oi_document_proxy, i_oi_spreadsheet) to transfer Excel data to my itab. The problem we are encountering is that for some users the excel automatically opens and does not close. But in my case it is not opening so it is fine in my case. In my code I am already using the 'CLOSE_DOCUMENT' and 'RELEASE_DOCUMENT'.
‎2009 Sep 22 12:23 PM
Viraylab,
Check by any case you set the parameter register_on_close_event of the method init_control? Dont set the parameter as it will look for the corressponding custom code in your program. Also try with the method release_all_documents.
Regards,
Kiran Bobbala
‎2009 Sep 22 12:23 PM
Viraylab,
Check by any case you set the parameter register_on_close_event of the method init_control? Dont set the parameter as it will look for the corressponding custom code in your program. Also try with the method release_all_documents.
Regards,
Kiran Bobbala
‎2009 Sep 24 4:03 AM