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
0
Comments
Uploaded := UPLOAD(WindowTitle,'',Filter,ClientFileName,ServerFileName);
or try using the DotNet type instead of the OCX
DotNet System.Windows.Forms.OpenFileDialog.'System.Windows.Forms
Lars-Bo Christensen
Software Developer @ Microsoft
Would You like to tell me more about other option, please. How to use it in navision?
Thanks
So I wonder how big is the file you want to upload to the server?
Lars-Bo Christensen
Software Developer @ Microsoft