Skip to content

Current page menu item can go to invalid page

What is new - 8.0.1

The spin buttons in the cDRCurrentPageMenuItem class-based objects (in cDRPreview, DrModalPreview.dg, cDRToolPanelPreview, cDRDesktopPreview) could attempt to navigate to a non-existing page (e.g., page 0 or beyond the last page). Although there was no error, attempting to go to page 4 of a 3-page report suggested that the engine was incorrect. The class now verifies whether the page number is within the valid range.