Sub tblUsers_Clicked(PassedRowsAndColumns As List)
Dim tblCellInfo As ABMTableCell = PassedRowsAndColumns.Get(0)
Dim tblUsers As ABMTable = page.Component(tblCellInfo.TableName)
Activereport = tblUsers.GetString(tblCellInfo.Row, 0)
Log(" tblCellInfo.RowUniqueId: ["&tblCellInfo.RowUniqueId&"] tblUsers.GetActiveRow: ["&tblUsers.GetActiveRow&"] tblUsers.ID: ["&tblUsers.ID&"]")
If tblCellInfo.Column = 9 Then
ABMGenreportEdit(Activereport)
End If
End Sub
tblUsers.AddRow("uid_"&i, rCellValues)