[AccessD] [EXTERNAL] Re: New Web Browser Control - Control Refreshing

David Emerson newsgrps at dalyn.co.nz
Tue May 30 02:01:43 CDT 2023


Thanks.

-----Original Message-----
From: AccessD <accessd-bounces+newsgrps=dalyn.co.nz at databaseadvisors.com> On Behalf Of Shane Groff via AccessD
Sent: Tuesday, May 30, 2023 3:59 PM
To: David Emerson <newsgrps at dalyn.co.nz>; 'Access Developers discussion and problem solving' <accessd at databaseadvisors.com>
Cc: Shane Groff <shaneg at microsoft.com>
Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - Control Refreshing

Hi David,

No, there is no public list of open/closed issues, although we have been posting a monthly list of fixes here: https://techcommunity.microsoft.com/t5/access-blog/bg-p/AccessBlog
There is also the feedback portal, https://feedbackportal.microsoft.com/feedback/forum/818e3b49-e61b-ec11-b6e7-0022481f8472, which tracks feature requests.

Shane

-----Original Message-----
From: David Emerson <newsgrps at dalyn.co.nz>
Sent: Wednesday, May 24, 2023 3:28 PM
To: 'Access Developers discussion and problem solving' <accessd at databaseadvisors.com>
Cc: Shane Groff <shaneg at microsoft.com>
Subject: RE: [AccessD] [EXTERNAL] Re: New Web Browser Control - Control Refreshing

Hi Shane,

Is there a link where we can track these type of issues and when they are fixed?

Regards

David Emerson
Dalyn Software Ltd
Adelaide, Australia



-----Original Message-----
From: AccessD <accessd-bounces+newsgrps=dalyn.co.nz at databaseadvisors.com> On Behalf Of Shane Groff via AccessD
Sent: Sunday, May 21, 2023 2:29 PM
To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
Cc: Shane Groff <shaneg at microsoft.com>
Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - Control Refreshing

That doesn't work for me. I've opened an issue to track this.

Shane

-----Original Message-----
From: AccessD <accessd-bounces+shaneg=microsoft.com at databaseadvisors.com> On Behalf Of Rocky Smolin
Sent: Saturday, May 20, 2023 6:07 PM
To: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
Subject: [EXTERNAL] Re: [AccessD] New Web Browser Control - Control Refreshing

Just a wag - inthe after_update event -  Me.EdgeBrowser1.Navigate Me.requery?

On Sat, May 20, 2023 at 4:55 PM David Emerson <newsgrps at dalyn.co.nz> wrote:

> Hi All,
>
> On a related but separate point:
>
> I have my control on a tab.  It is the third of three.
>
> I have a textbox that I put the file name into called txtWebAddress.
> The After_Update event of the textbox is set to:
>
>     Me.EdgeBrowser1.Navigate Me!txtWebAddress
>
> This works for web addresses and simple local files.  However the web 
> control doesn't refresh until I click on another tab, then return to 
> the web control tab.  What do I need to do to get  the control to 
> update immediately?
>
> Regards
>
> David Emerson
> Dalyn Software Ltd
> Adelaide, Australia
>
>
>
> -----Original Message-----
> From: AccessD
> <accessd-bounces+newsgrps=dalyn.co.nz at databaseadvisors.com>
> On Behalf Of Ryan W
> Sent: Saturday, May 20, 2023 10:37 PM
> To: Access Developers discussion and problem solving < 
> accessd at databaseadvisors.com>
> Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - Local 
> Files for Google Maps
>
> David,
>   Here's what I found:
> <img src="file.png"/> works (this path is relative to the html file I 
> am
> loading)
>
> <img src="C:\files\file.png"/> did not work (showed a broken image
> link)
>
> <img src="https://msaccess/C:\files\file.png"/> worked
>
>
>
>
>
> On Sat, May 20, 2023 at 7:57 AM Ryan W <wrwehler at gmail.com> wrote:
>
> > Perhaps it too, needs to be prefixed? https://msaccess/C 
> > :\AATemp\htm\images\BuildingMarker.png?
> >
> >
> >
> > On Sat, May 20, 2023 at 7:46 AM David Emerson <newsgrps at dalyn.co.nz>
> > wrote:
> >
> >> The current line (which works when the file is opened directly in a 
> >> web
> >> browser) is:
> >>
> >> var image = 'file:///'+dir+'/htm/images/' + parms[3]+ '.png'
> >>
> >> which translates to:
> >>
> >> var image = 'file:///C:/AATemp/htm/images/BuildingMarker.png'
> >>
> >> Should this be changed in some way?
> >>
> >> Regards
> >>
> >> David Emerson
> >> Dalyn Software Ltd
> >> Adelaide, Australia
> >>
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AccessD
> >> <accessd-bounces+newsgrps=dalyn.co.nz at databaseadvisors.com>
> >> On Behalf Of David Emerson
> >> Sent: Saturday, May 20, 2023 10:03 PM
> >> To: 'Access Developers discussion and problem solving' < 
> >> accessd at databaseadvisors.com>
> >> Cc: 'Shane Groff' <shaneg at microsoft.com>
> >> Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - 
> >> Local Files for Google Maps
> >>
> >> I checked and the folder (and subfolders) are trusted locations.
> >>
> >> Just to confirm, the file seems to load.  It is the processing of 
> >> the HTML/javascript syntax that I seem to have problems with in 
> >> getting the image files recognised for the map markers.  I am 
> >> guessing that this is causing the whole webpage to stop loading.
> >>
> >> Regards
> >>
> >> David Emerson
> >> Dalyn Software Ltd
> >> Adelaide, Australia
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: AccessD
> >> <accessd-bounces+newsgrps=dalyn.co.nz at databaseadvisors.com>
> >> On Behalf Of Ryan W
> >> Sent: Saturday, May 20, 2023 9:20 PM
> >> To: Access Developers discussion and problem solving < 
> >> accessd at databaseadvisors.com>
> >> Cc: Shane Groff <shaneg at microsoft.com>
> >> Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - 
> >> Local Files for Google Maps
> >>
> >> David
> >>
> >> Perhaps any local files Access tries to load with any scripts needs 
> >> to be in a trusted location? Just a thought.
> >>
> >> Sent from my iPhone
> >>
> >> > On May 20, 2023, at 12:01 AM, Shane Groff via AccessD <
> >> accessd at databaseadvisors.com> wrote:
> >> >
> >> > It's in Office 365 Current Channel, Version 2304.
> >> >
> >> > Shane
> >> >
> >> > -----Original Message-----
> >> > From: AccessD
> >> > <accessd-bounces+shaneg=microsoft.com at databaseadvisors.com> On 
> >> > Behalf Of Rocky Smolin
> >> > Sent: Friday, May 19, 2023 9:52 PM
> >> > To: Access Developers discussion and problem solving 
> >> > <accessd at databaseadvisors.com>
> >> > Subject: Re: [AccessD] [EXTERNAL] Re: New Web Browser Control - 
> >> > Local Files for Google Maps
> >> >
> >> > Wow! Nice! What version of access has that browser control?
> >> >
> >> >> On Fri, May 19, 2023 at 9:34 PM Shane Groff via AccessD <
> >> accessd at databaseadvisors.com> wrote:
> >> >>
> >> >> Yes, that is documented here:
> >> >> https://supp/
> >> >> ort.microsoft.com%2Fen-us%2Foffice%2Fuse-the-edge-browser-contro
> >> >> l-
> >> >> on-
> >> >> a
> >> >> -form-f9f731be-8f9b-4dd2-a5cb-525cfaed52d5%23%3A~%3Atext%3DAdd%2
> >> >> 52
> >> >> 0an
> >> >> %
> >> >> 2520Edge%2520Browser%2520Control%2520to%2520a%2520form%2Cbox.%25
> >> >> 20
> >> >> 4%2
> >> >> 5
> >> >> 20Do%2520one%2520of%2520the%2520following%253A%2520&data=05%7C01
> >> >> %7
> >> >> Csh
> >> >> a
> >> >> neg%40microsoft.com%7Caa323b65bd0b47d64dd708db58edf614%7C72f988b
> >> >> f8
> >> >> 6f1
> >> >> 4
> >> >> 1af91ab2d7cd011db47%7C1%7C0%7C638201551312601836%7CUnknown%7CTWF
> >> >> pb
> >> >> GZs
> >> >> b
> >> >> 3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6M
> >> >> n0
> >> >> %3D
> >> >> %
> >> >> 7C3000%7C%7C%7C&sdata=7h6mcE%2BfLJFsaHhL5ncY3bkTCKGE1agjoxGOJV3z
> >> >> Qb
> >> >> E%3
> >> >> D
> >> >> &reserved=0
> >> >>
> >> >> In the 'Navigating to Local Files' section.
> >> >>
> >> >> Shane
> >> >>
> >> >> -----Original Message-----
> >> >> From: AccessD
> >> >> <accessd-bounces+shaneg=microsoft.com at databaseadvisors.com>
> >> >> On Behalf Of Ryan W
> >> >> Sent: Friday, May 19, 2023 5:45 PM
> >> >> To: Access Developers discussion and problem solving < 
> >> >> accessd at databaseadvisors.com>
> >> >> Subject: [EXTERNAL] Re: [AccessD] New Web Browser Control - 
> >> >> Local Files for Google Maps
> >> >>
> >> >> IIRC you have to prefix the local file URL with 
> >> >> http(s?)://msaccess/
> >> >>
> >> >> eg:
> >> >> https://msaccess/C:\mywebpage.html
> >> >>
> >> >> did that not work?
> >> >>
> >> >> On Fri, May 19, 2023 at 7:33 PM David Emerson 
> >> >> <newsgrps at dalyn.co.nz>
> >> >> wrote:
> >> >>
> >> >>> Hi Team,
> >> >>>
> >> >>>
> >> >>>
> >> >>> I have been using some code which creates a local file for 
> >> >>> mapping sites onto Google Maps.  It has worked fine when 
> >> >>> opening up the file directly in a browser.
> >> >>>
> >> >>>
> >> >>>
> >> >>> When I try to open the file in the new web browser control the 
> >> >>> web page doesn't appear.
> >> >>>
> >> >>>
> >> >>>
> >> >>> Does anyone have experience with this that I could share my 
> >> >>> file with to see where I am going wrong?
> >> >>>
> >> >>>
> >> >>>
> >> >>> I have read through this sight but without success:
> >> >>>
> >> >>>
> >> >>> https://www/.
> >> >>> access-programmers.co.uk%2Fforums%2Fthreads%2Fmicrosoft-access-
> >> >>> ed
> >> >>> ge-
> >> >>> br
> >> >>> &data=05%7C01%7Cshaneg%40microsoft.com%7Ca2b4391054bb460ba0f808
> >> >>> db
> >> >>> 58c
> >> >>> b7
> >> >>> c2b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C63820140322567
> >> >>> 80
> >> >>> 40%
> >> >>> 7C
> >> >>> Unknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBT
> >> >>> iI
> >> >>> 6Ik
> >> >>> 1h
> >> >>> aWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=FuudVimiekZ9IXctSU8vHG
> >> >>> Ud
> >> >>> Ksv
> >> >>> K9
> >> >>> pNacDz8z3zfhn4%3D&reserved=0
> >> >>> owser-control-is-finally-here.326988/
> >> >>> <https://www/
> >> >>> .access-programmers.co.uk%2Fforums%2Fthreads%2Fmicrosoft-access
> >> >>> -e
> >> >>> dge
> >> >>> -b
> >> >>> rowser-control-is-finally-here.326988%2F&data=05%7C01%7Cshaneg%
> >> >>> 40
> >> >>> mic
> >> >>> ro
> >> >>> soft.com%7Ca2b4391054bb460ba0f808db58cb7c2b%7C72f988bf86f141af9
> >> >>> 1a
> >> >>> b2d
> >> >>> 7c
> >> >>> d011db47%7C1%7C0%7C638201403225678040%7CUnknown%7CTWFpbGZsb3d8e
> >> >>> yJ
> >> >>> WIj
> >> >>> oi
> >> >>> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C30
> >> >>> 00
> >> >>> %7C
> >> >>> %7
> >> >>> C%7C&sdata=D2PeMmM3JlJQhP8f2HQ0K7itBLWE9gTJ%2FZfM6TuhVJE%3D&res
> >> >>> er
> >> >>> ved
> >> >>> =0
> >> >>>>
> >> >>>
> >> >>>
> >> >>>
> >> >>> Regards
> >> >>>
> >> >>>
> >> >>>
> >> >>> David Emerson
> >> >>>
> >> >>> Dalyn Software Ltd
> >> >>>
> >> >>> Moved from Wellington, NZ.  Now in Adelaide, Australia
> >>
> >> --
> >> AccessD mailing list
> >> AccessD at databaseadvisors.com
> >> https://d/
> >> atabaseadvisors.com%2Fmailman%2Flistinfo%2Faccessd&data=05%7C01%7Cs
> >> haneg%40microsoft.com%7C780d0e7d290e45a77ac208db5997bae2%7C72f988bf
> >> 86f141af91ab2d7cd011db47%7C1%7C0%7C638202280459730697%7CUnknown%7CT
> >> WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJX
> >> VCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Li5zxTDcIpeu3lWgmlFa%2F4VheRVB%2FI
> >> DvnyYnhL287uI%3D&reserved=0
> >> Website:
> >> http://ww/
> >> w.databaseadvisors.com%2F&data=05%7C01%7Cshaneg%40microsoft.com%7C7
> >> 80d0e7d290e45a77ac208db5997bae2%7C72f988bf86f141af91ab2d7cd011db47%
> >> 7C1%7C0%7C638202280459730697%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLj
> >> AwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7
> >> C&sdata=b%2FwqfAM%2BTG48uaXPJDoG5w48n45Vg%2BIhjL0lrSLkrN4%3D&reserv
> >> ed=0
> >>
> >> --
> >> AccessD mailing list
> >> AccessD at databaseadvisors.com
> >> https://d/
> >> atabaseadvisors.com%2Fmailman%2Flistinfo%2Faccessd&data=05%7C01%7Cs
> >> haneg%40microsoft.com%7C780d0e7d290e45a77ac208db5997bae2%7C72f988bf
> >> 86f141af91ab2d7cd011db47%7C1%7C0%7C638202280459730697%7CUnknown%7CT
> >> WFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJX
> >> VCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Li5zxTDcIpeu3lWgmlFa%2F4VheRVB%2FI
> >> DvnyYnhL287uI%3D&reserved=0
> >> Website:
> >> http://ww/
> >> w.databaseadvisors.com%2F&data=05%7C01%7Cshaneg%40microsoft.com%7C7
> >> 80d0e7d290e45a77ac208db5997bae2%7C72f988bf86f141af91ab2d7cd011db47%
> >> 7C1%7C0%7C638202280459730697%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLj
> >> AwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7
> >> C&sdata=b%2FwqfAM%2BTG48uaXPJDoG5w48n45Vg%2BIhjL0lrSLkrN4%3D&reserv
> >> ed=0
> >>
> >
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://data/
> baseadvisors.com%2Fmailman%2Flistinfo%2Faccessd&data=05%7C01%7Cshaneg%
> 40microsoft.com%7C780d0e7d290e45a77ac208db5997bae2%7C72f988bf86f141af9
> 1ab2d7cd011db47%7C1%7C0%7C638202280459730697%7CUnknown%7CTWFpbGZsb3d8e
> yJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C30
> 00%7C%7C%7C&sdata=Li5zxTDcIpeu3lWgmlFa%2F4VheRVB%2FIDvnyYnhL287uI%3D&r
> eserved=0
> Website:
> http://www.d/
> %2F&data=05%7C01%7Cshaneg%40microsoft.com%7C40cb37708a9f41e378ca08db5c
> a62f5f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638205641105121460
> %7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6I
> k1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KJvB6fA9XNQeTUG7bhVxiQFsR9
> VswchZqOwhGofpjMM%3D&reserved=0
> atabaseadvisors.com%2F&data=05%7C01%7Cshaneg%40microsoft.com%7C780d0e7
> d290e45a77ac208db5997bae2%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7
> C638202280459730697%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIj
> oiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=b%2Fwqf
> AM%2BTG48uaXPJDoG5w48n45Vg%2BIhjL0lrSLkrN4%3D&reserved=0
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://data/
> baseadvisors.com%2Fmailman%2Flistinfo%2Faccessd&data=05%7C01%7Cshaneg%
> 40microsoft.com%7C780d0e7d290e45a77ac208db5997bae2%7C72f988bf86f141af9
> 1ab2d7cd011db47%7C1%7C0%7C638202280459730697%7CUnknown%7CTWFpbGZsb3d8e
> yJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C30
> 00%7C%7C%7C&sdata=Li5zxTDcIpeu3lWgmlFa%2F4VheRVB%2FIDvnyYnhL287uI%3D&r
> eserved=0
> Website:
> http://www.d/
> %2F&data=05%7C01%7Cshaneg%40microsoft.com%7C40cb37708a9f41e378ca08db5c
> a62f5f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638205641105121460
> %7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6I
> k1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KJvB6fA9XNQeTUG7bhVxiQFsR9
> VswchZqOwhGofpjMM%3D&reserved=0
> atabaseadvisors.com%2F&data=05%7C01%7Cshaneg%40microsoft.com%7C780d0e7
> d290e45a77ac208db5997bae2%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7
> C638202280459730697%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIj
> oiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=b%2Fwqf
> AM%2BTG48uaXPJDoG5w48n45Vg%2BIhjL0lrSLkrN4%3D&reserved=0
>
--
AccessD mailing list
AccessD at databaseadvisors.com
https://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com/
--
AccessD mailing list
AccessD at databaseadvisors.com
https://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com/

--
AccessD mailing list
AccessD at databaseadvisors.com
https://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list