RE: Web area and not secure site

2019-04-12 Thread Piotr Chabot Stadhouders via 4D_Tech
: donderdag 11 april 2019 16:35 Aan: 4D iNUG Technical <4d_tech@lists.4d.com> CC: Piotr Chabot Stadhouders Onderwerp: Re: Web area and not secure site Have you tried making these calls in the form’s “form method”. In the form’s “On Load” event WA OPEN URL(*;$objName_webArea_t;"about:blan

Re: Web area and not secure site

2019-04-11 Thread Jeremy French via 4D_Tech
Have you tried making these calls in the form’s “form method”. In the form’s “On Load” event WA OPEN URL(*;$objName_webArea_t;"about:blank") WA SET PAGE CONTENT(*;$objName_webArea_t;" ";"file:///“) SET TIMER(-1) In the form’s “On Timer” event SET TIMER(0)

Re: Web area and not secure site

2019-04-11 Thread Keisuke Miyako via 4D_Tech
is the internal website http: or https: ? it's not quite clear from your post. - I think the 32-bit system web area on windows inherits the registry setting for Internet Explorer such as HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0 or HKEY_LOCAL_MA

Web area and not secure site

2019-04-11 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi, 4D v17R3 Windows We have an internal website (development) that we want to access in a web area Because its an internal URL, and for now in development, we don't have a certificate for it right now So, when using Internet explorer, we get a message "This site is not secure" However, we can p