Other B4xTable Clear

Status
Not open for further replies.

EnriqueGonzalez

Expert
Licensed User
Longtime User
When i call clear on an empty b4xTable an error ocurrs:


i had to write it inside a try catch,

another "bug":
if i call again setData on an "empty" table (a table that was prevously loaded with a list of length 0) getRow id's will load a map with null values, despite the b4xtable actually showing information (because the second time i called setData it contained information)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
When i call clear on an empty b4xTable an error ocurrs:
It happens if you call Clear on a non-ready table.
It is fixed for the next update.

Can you post an example?
 
Upvote 0
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…