Sub Button1_Click
Dim res As ResultSet = B4XTable1.sql1.ExecQuery("SELECT rowid FROM data")
Do While res.NextRow
SelectedRows.Add(res.GetLong("rowid"))
Loop
res.Close
B4XTable1.Refresh
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.