Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webcontrol in VFP form
Message
From
18/07/2020 09:30:45
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01675188
Message ID:
01675277
Views:
77
>I believe the issue here has to do with the rendering mode inside of the control. Proper HTML5 content with the appropriate doc type headers will render without a border. But content that's not using IE Edge mode (ie. IE7 rendering) will render with the 3d frame.
>
>IOW, this is driven by the engine.
>
>Make sure the pages you're displaying are using HTML5 compliant header:
>
>
><!DOCTYPE html>
><html>
><head>
>    <meta charset="utf-8" /> 
>    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
>
>
>This works for me to get borderless windows.
>
>For other browsers the DocType is no longer needed because the pre-presumption is HTML5 mode, but for IE it needs the hint otherwise it renders in Quirks mode which is what apparently brings up the crazy borders.
>

Thanks Rick, I think that will do best. Changing the registry is not as comfortable as we're talking about thousands of workstations and wan't to avoid any IT involvement.



>
>
>>Hi all,
>>
>>Does anyone know how to get rid of the 3d border of the IE webcontrol when used in a VFP form ?
>>I'd like to have no border at all, or at least a single border.
>>
>>Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform