We've almost completed testing for our PB upgrade from PB 21.0.0.1506 to PB 22 (tested with both 1878 and 1892).
99.9% of the upgrade seems to be perfect! TY to the folks at APPEON.
However, we have one issue with Webbrowser control and downloading files.
We allow the user to specify the download directory and set the path accordingly using...
WebBrowserSet ("DownloadPath", as_path)
In Pb 21, this statement works and the browser downloads the files into the selected directory.
In both versions of PB 22, the statement set works and returns 1, but the browser downloads the files into pbcefdownload verses the set directory. Tested this with the latest runtime and IDE also.
Are there changes the WebBrowserSet or Webbrowser control that I missed? or is this a bug?
Thank you in advance,
Jim
I'm glad you can see the issue. I'm not sure I understand, do we set WebBrowserSet ("DownloadPath", path) before the webbrowser exists or do you want us to set the directory as part of the constructor event of the object?
Andreas.
FWIW: It works either way OK in my testing. Even during an open WB control "on the fly". However, I'm testing on W10 & W11 and not on Windows 2019 server.
Regards ... Chris