TablePane1 is populated when a %ZEN.Component.button on a form is clicked from a JavaScript onclick method.
onselectrow="zenPage.onSelectRow()"
This JavaScript method gets the RowID and feeds it into ClassMethod GetAuditLogs(ByRef pRowId) [ ZenMethod ] to get the audit events for that record.
ClientMethod onSelectRow() [ Language = javascript ] { var table=zenPage.getComponentById('table1'); var dataRow=table.








