pbServerOnClickActionLink - cWebDRReportViewer¶
Type¶
Default¶
False
Arguments¶
None
Description¶
Can be set to true to enable response to a click in the preview window. The peMode must be set to C_HTMLOutput, and code needs to be written for the OnClickActionLink event.
When an object in the report contains HTML code, this information is passed via the vDataType argument of the OnClickActionLink event.
Sample¶
Object oViewer is a cWebDRReportViewer
Set phoReport to oReport
Set pbServerOnClickActionLink to True
Procedure OnClickActionLink String sObjectData Variant vDataType
Send ShowEmployee of oSQLEmployeeModalDialog Self sObjectData
End_Procedure
End_Object