If Netscape continually crashes when you are attempting to view a report, try using one of these workarounds.
After the </HEAD> tag and before the <BODY> tag, add a dummy style. There is a known bug in Netscape that causes the browser to crash in some cases when styles are used in the body of a page.
</HEAD>
<STYLE TYPE='text/css'><!-- .FakeStyle { color:blue; } --> </STYLE>
<BODY>
Ensure that any specified height and width in a <LAYER> or <DIV> tag is wide enough to handle the HTML version of your report. If Netscape is not able to fit the report into the container, it usually crashes.
As a last resort, set the RenderAsHTML32 property to True to return only pure HTML 3.2 tags. Although the output does not look as true to the original report compared to HTML 4.0 tags, this may be the only way for you to display the report in some browsers.
| Crystal Decisions http://www.crystaldecisions.com/ Support services http://support.crystaldecisions.com/ |