Displaying Data
Hi,
Yes i followed the tutorial. But still aren't able to get the outcome.
Maybe you can login to my project? As specify from Nadiah.
Thank you.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Yes i followed the tutorial. But still aren't able to get the outcome.
Maybe you can login to my project? As specify from Nadiah.
Thank you.
Hi Lim,
Please specify did you have worked application within suggested tutorial?
I mean do you have worked application which is you implemented within tutorial or you had some problems with it?
Regards.
Yes i work with the tutorial. but still cant get the outcome.
Dear LIm,
Please specify at which tutorial step are you stuck and what is not work.
Thanks & regards.
Hi Yurii,
we followed the example in the tutorial, however the amount that have been entered in the input isnt displayed in the label underneath the input box.
Hi Nadiah,
Please add debug JS "console.log()" code to understand what is not work. See this log in browser console.
You need to find a problem and describe it to us. Then we can help you.
See details about debuging here: http://devcenter.appery.io/documentat...
Regards.
there is no error in the console.
everything is working perfectly find but just that the label does not stay.
please do go in our application and test it out to understand more.
thanks
username:a href="mailto:nadiiah95@hotmail.com" rel="nofollow"nadiiah95@hotmail.com/a
password: class1e42
the project name is Quest under a href="mailto:leechitboon@nyp.edu.sg" rel="nofollow"leechitboon@nyp.edu.sg/a
Step 1 : run from RealStep33_Clone_4 http://appery.io/app/project/8ede79da...
Step 2: add in an amount under the 'actual amount' column, it should display the amount u have entered under the input.
Hi Lim,
I've checked your app and see folowing mistake:
You use create service " UserDB_correctamount_create_service" and list service "UserDB_shoppinglist_list_service".
So you add items into the "correctamount" collection and read items from "shoppinglist" collection.
Thus you can not see just created items. You need to use one collection.
Regards.
Hi Yurii, is it possible for datas from two different pages to be stored in the same collection?