Import/Upload File in RTC

Hi all

I have one issue. I want to upload excel file for importing data. For open window for choosing a file I use

UploadedFileName := CommonDialogMgt.OpenFile(Text001,’’,2,’’,0);

like in standard report 81 and works fine in CC, but when I want to upload file in RTC importing takes much more time ,it’s very slow and before uploading when I clik in assist button appears msg: The server has requested to run Microsoft Common Dialog Control. version 6.0 …(this probably is not the proper control for RTC) ,but uploading is successful. The problem is that last too long.

How can I avoid this. It’s the same Principe from standard reports but doesn’t work fine.

Any suggestion?

Thanks in advance.

Reg