giga Well-Known Member Licensed User Longtime User Apr 30, 2013 #1 Is there an example of how to show MYSQL database content in a edittext box instead of listview. first name _box_ last name _box_ address _box_ Thanks to ALL for the help.
Is there an example of how to show MYSQL database content in a edittext box instead of listview. first name _box_ last name _box_ address _box_ Thanks to ALL for the help.
Erel B4X founder Staff member Licensed User Longtime User May 1, 2013 #2 The MySQL example shows you how to make a request and get the response. How you "tie" it to the interface is not really related to that example. Instead of adding the result to a ListView you can add the results to any other UI elements. Upvote 0
The MySQL example shows you how to make a request and get the response. How you "tie" it to the interface is not really related to that example. Instead of adding the result to a ListView you can add the results to any other UI elements.
giga Well-Known Member Licensed User Longtime User May 1, 2013 #3 Thanks Erel, I will review it and let you know. I was not sure if Edittext could only accept user input, not table content. Upvote 0
Thanks Erel, I will review it and let you know. I was not sure if Edittext could only accept user input, not table content.