Forum Discussion
sowmya_bs
16 years agoContributor
We obtain the table object via Tree branch in the Hybrid model tree. We do not use the name mapping and to get the objects we use NativeWebObject.Find method as below.
Ex: Set objGrid = Page.NativeWebObject.Find("id","table_name","TABLE")
Ex: Set objGrid = Page.NativeWebObject.Find("id","table_name","TABLE")