Hi to all,
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities:
a) Reordering of row sequence and column lengths
b) Resetting the saved layout (to default layout)
c) Exporting data to Excel
The system use a local SQL database, where data is stored for each B4XTable.
I haven't done much verification, but rather, the idea is in the background that such an extension could become part of the standard B4XTable.
I'm still a beginner in using the B4X development environment, so I'm providing the complete source code.
If anyone is willing and finds the idea appropriate, they can "professionalize" it to become a standard...
P.S. I named the library DaTTable (derived, of course, from B4XTable).
Code is here - in Zip...
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities:
a) Reordering of row sequence and column lengths
b) Resetting the saved layout (to default layout)
c) Exporting data to Excel
The system use a local SQL database, where data is stored for each B4XTable.
I haven't done much verification, but rather, the idea is in the background that such an extension could become part of the standard B4XTable.
I'm still a beginner in using the B4X development environment, so I'm providing the complete source code.
If anyone is willing and finds the idea appropriate, they can "professionalize" it to become a standard...
P.S. I named the library DaTTable (derived, of course, from B4XTable).
Code is here - in Zip...