allowWebPrinting

allowWebPrinting(allow: Boolean);

The allowWebPrinting method of the Form class enables you to set the allow parameter to true to generate slightly different HTML that is compatible with some legacy web browsers (for example, Internet Explorer 4.0). This parameter is set to false, by default.

Setting the allow parameter to true for these legacy web browsers enables the correct printing of the contents of the web page when the Print command is selected in the web browser File menu. The requirement of this setting is content-dependent; for example, sometimes legacy browsers may not print segments or pages of the displayed web page because of the way that browser handles the style sheet settings.