18.08.2013 Views

Service Pack Readme (Adapt)

Service Pack Readme (Adapt)

Service Pack Readme (Adapt)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

CE10WIN_EN_SP4<br />

Server functionality<br />

ADAPT00410482<br />

Description:<br />

Patch ID: 37303552<br />

In the Report Application Server (RAS) SDK, when users add a Sort field with a date, time, or datetime field that has been grouped on, the<br />

following error message appears: "Sort Field already exists."<br />

By default, record sorting is ignored when a group is sorted on the same condition field.<br />

New Behavior:<br />

Users are allowed to add a Sort field with a date, time, or datetime field that has been grouped on.<br />

Known Limitations:<br />

The index overloads must be used, to enable the remove/modify methods. You must use the following lines:<br />

crReport.DataDefController.SortController.Remove(1);<br />

Rather than the following:<br />

crReport.DataDefController.SortController.Remove (crReport.DataDefinition.Sorts[1]);<br />

ADAPT00423424<br />

Description:<br />

Patch ID: 37431020<br />

When a browser is set to the "Chinese Taiwan" locale, the formula function DateTime fails to run on Crystal Enterprise. The following error<br />

message appears: "Bad date-time string. Details errorKind."<br />

The cause of the problem is that the correct locale fails to be used when the string parsing functions are called.<br />

New Behavior:<br />

The correct locale is retrieved and passed to the print engine.<br />

ADAPT00457803<br />

Description:<br />

Patch ID: 37659790<br />

When users view the last page of a report that has a subreport, the following error message appears: "The request could not be submitted for<br />

background processing."<br />

The cause of the problem is that reports have print-time formulas that depend on other print-time formulas, which further depend on other<br />

formulas. When the last page of the report is viewed, the number of recursive calls to evaluate the necessary print time formulas cause a stack<br />

overflow.<br />

New Behavior:<br />

This problem is resolved.<br />

To solve the problem, the formula evaluator creates a cached stack array on the heap instead of on the stack.<br />

Server management

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

Saved successfully!

Ooh no, something went wrong!