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