Justcooldev Member Licensed User Jun 19, 2022 #1 Hi there, I created a webview in which I loaded with DBUtils an sqlite database. the command : B4X: Dim query As String = "SELECT * From MyTable" WebView1.LoadHtml(DBUtils.ExecuteHtml(MyDatabase,query,Null,-1,True)) But I've been looking for a way so that when I click on one of the cells it retrieves the data from this one. I've looked for DBUtils Example but I did not understand anything. Thanks a lot.
Hi there, I created a webview in which I loaded with DBUtils an sqlite database. the command : B4X: Dim query As String = "SELECT * From MyTable" WebView1.LoadHtml(DBUtils.ExecuteHtml(MyDatabase,query,Null,-1,True)) But I've been looking for a way so that when I click on one of the cells it retrieves the data from this one. I've looked for DBUtils Example but I did not understand anything. Thanks a lot.
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2022 #2 You should switch to B4XTable. Upvote 0