Good morning,
i try to fiddle with the example SqlLight2.
My first idea is to move the SqlTable onto another Page (from MainPage to "CustomerPage")
and implement a drawer to access different pages later (only CustomerBtn is ctive now)
This seems pretty good. But when i try to "Add" or "Edit" another entry on the new CustomerPage and use the Page "PageEdit"
in Add or Edit Mode it throws an exception about "initializing".
This page wants to have the RowId that was formerly choosen on the MainPage. But i moved it onto the Customer page and it seems that i cant access the RowId or the full SQL-Entry.
Maybe my example is totally faulty?
Or i have mixed "normal" pages and B4XPages?
Maybe someone can throw me a hint what is going wrong here?
i try to fiddle with the example SqlLight2.
My first idea is to move the SqlTable onto another Page (from MainPage to "CustomerPage")
and implement a drawer to access different pages later (only CustomerBtn is ctive now)
This seems pretty good. But when i try to "Add" or "Edit" another entry on the new CustomerPage and use the Page "PageEdit"
in Add or Edit Mode it throws an exception about "initializing".
This page wants to have the RowId that was formerly choosen on the MainPage. But i moved it onto the Customer page and it seems that i cant access the RowId or the full SQL-Entry.
Maybe my example is totally faulty?
Or i have mixed "normal" pages and B4XPages?
Maybe someone can throw me a hint what is going wrong here?