Ok I shared it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
Thank you for the help
Ok I shared it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
Thank you for the help
On page Register you call both services register and createuserdata at the same time. register service invokation is not finished, there is no data returned and saved into localStorage, but you invoke createuserdata service which uses data from register service. You have to invoke createuserdata service on success register service event.
Ok thank you. I will try and let you know.
You are a genius!!!! Thank you so much for the help!!
Maryna Brodina again me ![]()
So I don't know why but when I started to create a new page and add data it works fine. But again when I want to show it, it does not show.
The add data is on my update button and the list function is on my page show.
Yesterday you helped me with my setup page and it is still working and I tried to mimic it to the other pages... project is still shared
Hello! If page doesn't load there are most likely some JS errors. Please make page you have problem with start page, run app in preview and check are there any errors in console.
Nope sorry do not see any errors in the console...
console is showing,
listinsurance = new Appery.DataSource(person_login_Insurance_list_service, {
'onComplete': function(jqXHR, textStatus) {
console.log(jqXHR.responseText);
Code: Select all
$t.refreshScreenFormElements("InsuranceDetails");
},Could you tell screen name you have problem with?
I did it on InsuranceDetails and almost all other. Thank you Maryna!