Page 5 of 7

Displaying Data

Posted: Wed Jul 16, 2014 3:15 am
by Lim Samantha

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.


Displaying Data

Posted: Thu Jul 17, 2014 10:30 pm
by Yurii Orishchuk

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.


Displaying Data

Posted: Fri Jul 18, 2014 3:10 am
by Lim Samantha

Yes i work with the tutorial. but still cant get the outcome.


Displaying Data

Posted: Fri Jul 18, 2014 4:17 am
by Yurii Orishchuk

Dear LIm,

Please specify at which tutorial step are you stuck and what is not work.

Thanks & regards.


Displaying Data

Posted: Mon Jul 21, 2014 12:52 am
by nadiah jabbar

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.


Displaying Data

Posted: Mon Jul 21, 2014 3:34 am
by Yurii Orishchuk

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.


Displaying Data

Posted: Mon Jul 21, 2014 9:35 am
by Lim Samantha

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

http://appery.io/app/project/8ede79da...


Displaying Data

Posted: Mon Jul 21, 2014 9:36 am
by Lim Samantha

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.


Displaying Data

Posted: Mon Jul 21, 2014 11:04 pm
by Yurii Orishchuk

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.


Displaying Data

Posted: Wed Jul 23, 2014 3:37 am
by nadiah jabbar

Hi Yurii, is it possible for datas from two different pages to be stored in the same collection?