OpenFileDialog does not work on 8.81
Pieter Zhu
I have following source code:SwissAddonFramework.Utils.Windows.OpenFileDialog openFile = new SwissAddonFramework.Utils.Windows.OpenFileDialog();
openFile.InitialDirectory = "C:\\";
openFile.FileSetEvent += new SwissAddonFramework.Utils.Windows.OpenFileDialog.FileSetHandler(FileOpen);
openFile.ShowDialog();
It will open a File choose dialog successfully on SAP B1 8.8 (Win7 64bit)
However, it does not work on SAP B1 8.81 (Win7 64bit)
Michael Egloff
Hallo PieterI've just tested your code on SAP 8.81 PL06 (Win7 64Bit) and it worked.
What patchlevel are you running on?
What exactly is not working? Is there an error code? Excpetion happening? do you have access rights to C:\\?
0
Please sign in to leave a comment.
Comments
0 comments