pbShowInformationMessages - cDRReport¶
Methods - Properties - Events
Type¶
Default¶
'False'
Arguments¶
None
Description¶
When set to True, the OnReportInfo event will show an info message. Info messages are usually database back-end messages, such as switching database context.
In a Windows application, the message is displayed using the Info_Box method.
In a Web application, the message is displayed using the ShowInfoBox method.
As an example of the information you might receive: a notify message given by the database back-end about switching database context.
DataFlex Framework usage¶
- Web
- Windows
- FlexTron
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Set pbShowInformationMessages to True
End_Object