Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Excel opens and does not close when using the OI classes for some users...

aris_hidalgo
Contributor
0 Likes
706

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'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

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

2 REPLIES 2
Read only

Former Member
0 Likes
566

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

Read only

0 Likes
565

Hi,

It still does not close.

Hi guys, any more help? thanks!