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
Kai's workaround of setting the path prior was not worth the redesign effort.
My work around, disable the feature that allowed the user to set the directory selection (since our window had the directory on the page with the browser control). However, we did provided a folder button on the window to open to the default location using the environment variable for Temp + pbcefdownload
(C:\Users\appeon\AppData\Local\Temp\pbcefdownload) -- thus our users could locate the files that were downloaded very quickly.