Android Question NO SEARCH ON B4XTable

aeric

Expert
Licensed User
Longtime User
https://www.b4x.com/android/forum/t...ortable-searchable-customizable-table.102322/

Do you have this line?
B4X:
B4XTable1.SetData(data)

The search is not visible when there is no data.
 
Last edited:
Upvote 0

Ryan Pigeon

Member
I am adding data like such:

B4XTable1.sql1.ExecNonQuery2($"INSERT INTO data VALUES(?,?,?,?,?)"$ , Array As Object(Result.Value, "1", txtLocation.Text," ", txtUser.Text.ToUpperCase))
B4XTable1.ClearDataView
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…