Hi,
I use a form with OleBoundControl, which displays an Excel chart and table.
It works, but the problem is the total display time, about 15 seconds.
code:
wait "I take graph from excel ..." wind nowa
create cursor bla (bla g)
append blank
append general bla from (lcF)
*** It takes about 1 sec...