‎2006 Aug 01 4:01 PM
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
‎2006 Aug 02 1:46 PM
‎2006 Aug 02 1:46 PM