Help with Webview.

fpdianzen

Member
Licensed User
Longtime User
please help me execute this,


when using my N7's browser all is fine, but i cant make it work with webview.

B4X:
strsql= "select * from vw_project where ref_id="& codex.get_group_ref 
Dim x As String : x = "http://gorganizer.somee.com/WebForm2.aspx?query="&strsql
WebView1.LoadUrl(x)
Thanks in advance, hoping for a fast reply
 
Top