JoeJimenezMicrosoft
Member
- Local time
- Yesterday, 20:16
- Joined
- Mar 15, 2023
- Messages
- 15
You can continue to give feedback even after GA, but anything you think is super urgent should be brought to our attention in the next couple weeks.
Yes, luckily it functioned without issues for two entire weeks for the Current Channel users. I also attempted to utilize the [Change To] option on Current Channel users from the right-click contextual menu to switch their outdated browser to the new browser control. However, this feature is no longer available from March 28, 2023, and any instance of the new browser control is automatically removed when it is used with Current Channel users. Nevertheless, I can observe the Edge Class in the Object Browser for Current Channel Users.To be honest, I'm surprised it ever worked for those on the Current Channel as the code either isn't yet included or hasn't yet been activated
Removing or changing publicly exposed stuff from a published and widely used object library is a huge deal. It may break binary compatibility of COM objects as well as breaking client code using these parts of the library. This is hardly ever done. Instead old deprecated stuff is usually marked as hidden but left in the library.BTW there are a number of items in the object browser that cannot be used including some old legacy code.
For example, the hidden ISAMStats code which worked up to A2010. It was deprecated in Access 2013 but is still listed in the DAO library
https://msaccess/c:\path\webfile.htm
Does the WebviewControl.Object.Document.Write still extist? I use this a lot to write/load an html string from my datatabase directly into the Webviewcontrol?Hi all!
I've been working intensively with the new Edge browser control over the past few days. I have processed my findings / insights on the security features in two blog posts:
The content is in German. However, the content can easily be translated into any language using the widget at the top right.
- blog.team-moeller.de/2023/04/Sicherheitsfeatures-im-neuen-edge.html
- blog.team-moeller.de/2023/04/Sicherheitsfeatures-im-neuen-edge_13.html
(Sorry, I am not allowed to post links here)
Kind regards
Thomas
What resources are available, if any, to help Access developers get up to speed with JavScript in VBA.Hi!
The new Edge Browser Control does not have an "Object" property.
The idea is to use JavaScript instead. Joe Jimenez from Microsoft mentioned this in a demo at DAAUG:
HTH
Thomas
Responding to a few points from above:
@Mohsin Malik
Issues:
1. As stated above, using https://msaccess/ as a prefix allows local HTML files to open but loading time is painfully slow
I've reported this as an issue
2. Having to prefix the paths of any internal image or file links in a local HTML file isn't realistic for me.
I don't have to do this in the IE browser control
3. Local PDFs have now been confirmed as a known issue and this will be addressed before general release.
Its definitely nothing to do with whether you have e.g. Acrobat Reader installed
4. I've asked about loading other local files e.g. text, docx etc. Will let you know if I get any feedback I can use here
that being the case ... wonder if unzipping a Word (/Excel/Ppt) document to get the source files would be at all useful ... maybe @isladogs can test that?... Unfortunately, we can't embed Office format files like DOCX, XLSX, or PPTX in the Edge Browser control. If that becomes possible, it would be an incredible feature for automating tasks within Access. However, XML, JSON, and TXT formats are supported. ...
if you change the file extension (DOCX, for instance) to ZIP, you can unzip them ...@strive4peace
Sorry Crystal but I don't understand your comment re unzipping Office docs.
I'm still no wiser but I tried both renaming as .zip & creating a real .zip file. The Word doc still shows as gobbledygook in the browser controlif you change the file extension (DOCX, for instance) to ZIP, you can unzip them ...
creating a real .zip file? It already IS a real zip file ... just doesn't have a ZIP file extension. Depending what you want, you can then open other files that were in the zip -- and I'm assuming this gives us a way to read information from other Office files with JavaScript instead of VBA. Obviously one file alone isn't going to look like a real Word document ... put there are possibilities I guessI'm still no wiser but I tried both renaming as .zip & creating a real .zip file. The Word doc still shows as gobbledygook in the browser control
Thanks for testing, Colin. I agree, not that useful -- but they weren't zip files and I was wonderingI'm not sure how useful it is to test older formats
The older .doc format is more understandable but it is still not displayed properly.
I've not tested the older Excel/PowerPoint formats but I suspect outcomes would be the same
The reality is the Edge browser control cannot be used to display Office docs within Access
In the past that was possible with the IE browser though recently the files have loaded outside the Access window