Harris Expert Licensed User Longtime User May 26, 2016 #1 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
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
alwaysbusy Expert Licensed User Longtime User May 26, 2016 #2 Normally the event should be 'sub tlbcases_eventname()' not specifying the container Upvote 0
Harris Expert Licensed User Longtime User May 27, 2016 #3 alwaysbusy said: Normally the event should be 'sub tlbcases_eventname()' not specifying the container Click to expand... I may see the issue. I shall report back with findings, when I re-code to see what happens. Upvote 0
alwaysbusy said: Normally the event should be 'sub tlbcases_eventname()' not specifying the container Click to expand... I may see the issue. I shall report back with findings, when I re-code to see what happens.