Skip to content

pbPreviewerShowGotoPage - cDRReport

Methods - Properties - Events

Type

Boolean

Default

True

Arguments

None

Description

Determines whether the toolbars used in components based on the cDRPreview, cDRDesktopPreview, cDRToolPanelPreview classes and DRModalPanel should show the goto page edit/combo control. The IsVisible private function of cDRGotoPageMenuItem reads this property.

The toolbar by default shows all buttons.

Toolbar

Setting pbPreviewerShowGotoPage to false results in:

Goto Page Control Hidden

DataFlex Framework usage

  • Windows
  • FlexTron (using Windows views)

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'
    Set pbPreviewerShowGotoPage to False
End_Object

Notes

  • Property is a replacement of the version 25 removed pbPreviewerShowCurrentPage cDRReport class property.