Get Cell value in Webview

junaidahmed

Well-Known Member
Licensed User
Longtime User
How to get Cell value when click to Webview html Table. DBUtils.ExecuteMemoryTable is fine to get cell value for local sqlite database.but now I am populating SQL Server Record from Server Via ASP Script Like Webview1.LoadUrl("http://202.89.55.59/Myweb/EmpDetails.asp"). I have tried Tableview using scrollview but it is very difficult to customize,So kindly let me Know how to resolve this major issue.if I sove this problem I can easily implement Android application. Eagerly waiting for developer reply
.
 

warwound

Expert
Licensed User
Longtime User
Take a look at this thread, post #14 onwards.

See how you can build your HTML table, and make a cell into a clickable link?

That clickable link can call a B4A Sub (use WebViewExtras library) and you now have the cell value in your B4A code.

Martin.
 
Upvote 0
Top