OnPreHTMLPreviewData - cDRReport¶
Methods - Properties - Events
Method Type¶
Procedure (event)
Arguments¶
None
Description¶
This procedure is called from GenerateDownloadLinks before the HTML data is collected.
DataFlex Framework usage¶
- Windows
- FlexTron (using web previewer)
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Procedure OnPreHTMLPreviewData
Send ClientLog of ghoWebApp 'Starting generating HTML preview data'
End_Procedure
End_Object