Hi everyone! I'm having issue displaying my result query to a webview. Kindly see the image...not really sure what I'm doing wrong.. and is there away I can adjust the width of header to make it neat?
Thanks for the time.
EDIT: This is my code to produce the result
B4X:
wv1.LoadHtml(DBUtils.ExecuteHtml(SQL, "SELECT * FROM sales Where date = = '" & vDate & "'" ,Null, 0,False))