No component found with id cnt1-tblcases
Dim cnt1 As ABMContainer
cnt1.Initialize(page,"cnt1","cntth")
cnt1.Cell(3, 1).AddComponent(tblCases)
Can't create an event when grid row is clicked on table when contained within a container.
Has to do with dash (cnt1-tblcases) where underscore is required..
Thanks
Dim cnt1 As ABMContainer
cnt1.Initialize(page,"cnt1","cntth")
cnt1.Cell(3, 1).AddComponent(tblCases)
Can't create an event when grid row is clicked on table when contained within a container.
Has to do with dash (cnt1-tblcases) where underscore is required..
Thanks