Hello!
I need a help,
I created this application of vehicle advertising. By clicking the register vehicle button> fill the fields> click on save. But when it goes to the home screen the image does not appear. I can't identify the error. Could someone help me?
gratitude
Sandra I don't know if you are just testing the platform, but if it's a real app maybe I can advice you to make create your code a little bit different.
Any doubt just let me know :)
Thanks!
I'm studying for the platform and i have a few doubts on the way, I always redo the applications and when I really can not solve I come here in the forum. Thank you so much for the point you raised.
Feel free to contact me directly :)
Problem in your query in Home screen, now it works.
This it's not correct: Vehicle.Model like "§" + Search_Vehicle + "§"
Should be done like that: Vehicle.Model like "%" + Search_Vehicle + "%"
Check the oml and let me know if it's solve your problem, if yes mark as a solution to help another people :)