Skip to content

pbShowStatusPanel - cDRReport

Methods - Properties - Events

Type

Boolean

Default

False

Arguments

None

Description

Determines if a status panel will be displayed during the opening, displaying, printing, or exporting of the report.

If the property phoStatusPanel

DataFlex Framework usage

  • Windows
  • FlexTron (using Windows views)

Sample

Use MyOwnStatusPanel.Dg

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'
    Set pbShowStatusPanel to True
    Set phoStatusPanel to oMyOwnStatusPanel
End_Object