B4J Question [ABMaterial] tables and containers

Harris

Expert
Licensed User
Longtime User
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
 

Harris

Expert
Licensed User
Longtime User
Normally the event should be 'sub tlbcases_eventname()' not specifying the container

I may see the issue. I shall report back with findings, when I re-code to see what happens.
 
Upvote 0
Top