Hi everyone
I have an app with several B4XPages. Every B4Xpage shows data from different tables of a database from web into B4XTables.
My question is this: Can i use a B4XTable from (for example) B4XPage1 to B4XPage2 without creating new B4XTable or downloading data from database.
In...