18.08.2013 Views

CE10WIN_EN_SP6

CE10WIN_EN_SP6

CE10WIN_EN_SP6

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CE10WIN</strong>_<strong>EN</strong>_SP2<br />

DHTML Interactive Viewer (Com)<br />

ADAPT00282199 Patch ID: 36134787<br />

Description:<br />

When Secure Sockets Layer is enabled, and the Active X Print Control is used to print reports from a DHTML viewer, an error messag<br />

appears: "A communication error occurred, printing will be stopped."<br />

The cause of this problem is that the application performs a case-sensitive check for the HTTPS request header value, "ON." However,<br />

the server sends the header value, "on," in lower case.<br />

New Behavior:<br />

This issue has been resolved by changing the check to be case-insensitive.<br />

DHTML Report Page Viewer (Com)<br />

ADAPT00303447 Patch ID: 36289435<br />

Description:<br />

When the Crystal Enterprise 8.5 DHTML viewer is used to export a file in Crystal Enterprise version 10, the viewer creates incorrect<br />

file extensions for the exported files. For example, after export all files show a .cwr extension, regardless of the export format that was<br />

chosen.<br />

New Behavior:<br />

An export format checking condition has been added to the csp file. Extensions correspond to the chosen format.<br />

Known Limitations:<br />

To apply this fix, the existing objectviewer.csp in the 8.5 ePortfolio must be modified. Insert the following code after<br />

"Response.ContentType = mimeType;":<br />

var fileName = "objectviewer.txt";<br />

if (progid == "CrystalEnterprise.Excel")<br />

fileName = "objectviewer.xls";<br />

else if (progid == "CrystalEnterprise.Word")<br />

fileName = "objectviewer.doc";<br />

else if (progid == "CrystalEnterprise.Rtf")<br />

fileName = "objectviewer.rtf";<br />

else if (progid == "CrystalEnterprise.Pdf")<br />

fileName = "objectviewer.pdf";<br />

Response.AddHeader("content-disposition", "inline; filename=" + fileName);<br />

To see a modified sample objectviewer.csp, download CE85csp.zip from<br />

ftp://ftp1.businessobjects.com/outgoing/EHF/CE/8520/CE85csp.zip.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!