How do one cycle through all rows in a B4XTable? This does not work as it seems to only rely on the size of the "visible table" and not the complete table (visible and not visible)
It gives this error:
....that seems to be related to this line of code:
I have searched the forum but don't get a solution to the error. Anyone that can shed some light on this problem?
Thanks
JS
B4X:
For i = 1 To B4XTable1.Size - 2
Dim m As Map = B4XTable1.GetRow(i)
It gives this error:
B4X:
java.lang.IndexOutOfBoundsException: Index: 11, Size: 11
....that seems to be related to this line of code:
B4X:
B4XTable1.MaximumRowsPerPage = 10
I have searched the forum but don't get a solution to the error. Anyone that can shed some light on this problem?
Thanks
JS