OnClosePreviewer - cDRReport¶
Methods - Properties - Events
Method Type¶
Procedure (event)
Arguments¶
-
Description¶
This event is sent during the closing of the previewer object in a modal dialog, an MDI view, or a tool panel.
DataFlex Framework usage¶
- Windows
- FlexTron (using Windows previewer)
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Procedure OnClosePreviewer
Forward Send OnClosePreviewer
Send LogMyAction
End_Procedure
End_Object