NmcIns Posted January 6, 2014 Report Share Posted January 6, 2014 job1.Download("http://b5.caspio.com/dp.asp?AppKey=xxx") temp=Job1.GetString WebView1.LoadHtml(temp) The above code displays multiple Sample_Contact records and pictures on Android phones ...but the code below displays only one record and no picture, just a '?' ... job1.Download("http://b5.caspio.com/dp.asp?AppKey=xxx&First_Name=Debra") temp=Job1.GetString WebView1.LoadHtml(temp) Note: copying "http://b5.caspio.com/dp.asp?AppKey=xxx&First_Name=Debra" into a PC web browser correctly displays one record with picture, not '?' What would be different from caspio?! Anthonyjulk 1 Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted January 23, 2018 Report Share Posted January 23, 2018 Try the new DataPage URL and see if that helps Quote Link to comment Share on other sites More sharing options...
Question
NmcIns
job1.Download("http://b5.caspio.com/dp.asp?AppKey=xxx")
temp=Job1.GetString
job1.Download("http://b5.caspio.com/dp.asp?AppKey=xxx&First_Name=Debra")
temp=Job1.GetString
Note: copying "http://b5.caspio.com/dp.asp?AppKey=xxx&First_Name=Debra" into a PC web browser correctly displays one record with picture, not '?'
What would be different from caspio?!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.