Hi, I am just trying to get my head around TabView and b4xtable.
How would you load a B4XTable into a second page.
I have attached a file with B4XTable&Forms and TabStripViewPager
link: (removed)
How would i get it to have the ability to "add" to table on page 1.
and view b4xtable on page 2?
thank you. from my attached example, if i declared Private B4XTable1 As B4XTable in Main, would i need to call Main.B4XTable1 from in the EditableTable class?
or would it be better to have 1 Page with panels and just hide layers to mimic page activity (eg Page 1, B4xTable, Page3-CLV)?
sorry, I do not understand how to contain the B4XTable into just the 1 page.
Thanks Erel, I have added and declared the PanelTable in Main.
The B4XTable is created twice on page 2. Once in the Panel and once on the page outside of the panel.