18.08.2013 Views

Service Pack Readme (Adapt)

Service Pack Readme (Adapt)

Service Pack Readme (Adapt)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CE10WIN_EN_SP2<br />

DHTML Report Page Viewer (Com)<br />

ADAPT00303447<br />

Description:<br />

Patch ID: 36289435<br />

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

extensions for the exported files. For example, after export all files show a .cwr extension, regardless of the export format that was 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 "Response.ContentType<br />

= 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 ftp://ftp1.businessobjects.com/outgoing/EHF/CE/8520/CE85csp.zip.<br />

ADAPT00307590<br />

Description:<br />

Patch ID: 36402190<br />

When text input fields (for example, Search, Find, and so on) are used within the HTML viewers, and the viewer is displayed within a frame, a<br />

JavaScript error appears.<br />

Also, if the Enter key is pressed to initiate an action after a report has been exported and saved, a JavaScript error appears.<br />

The problem has been traced to the way that the frameset is handled.<br />

New Behavior:<br />

This problem is resolved.<br />

Document Preview<br />

ADAPT00307994<br />

Description:<br />

Patch ID: 36452046<br />

When a URL is called for an RPT file and a script is inserted into that URL, client-side source information may be exposed.<br />

New Behavior:<br />

This problem is resolved.

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

Saved successfully!

Ooh no, something went wrong!