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

activex

Former Member
0 Likes
269

Hi,

I managed to implement a custom activex control into a simple report but I still have two problems.

1. When I use method cl_gui_cfw=>flush for the first time it works fine, but when I use it for a second time nothing happends and action occurs when my program ends. How can I make my actions when they're supposed to?

2. Every member of my activex control returns a value (true or false - most of the time) which I really need.

I use this code to use a method of my activex:

call method call_method
  exporting
    method = 'Feed'
    p_count = 1
    p1 = 1
  exceptions = 1.

How can I get a result?

Thx in advance.

I will reward points

1 ACCEPTED SOLUTION
Read only

former_member182670
Contributor
0 Likes
231

1 REPLY 1
Read only

former_member182670
Contributor
0 Likes
232