Page 1 of 1
database not listing
Posted: Fri Dec 06, 2013 12:32 pm
by Brian Irr
I am following your video presentation of Nov 12th on adding sales tax to an item. I have followed the speaker an created a database with 4 items in it. I created a read and a list service. I tested the list service and it called the 4 items up. I then mapped it to my list Item. I mapped the $ sign to the mobilelistitem and I mapped the name to the label. I then created an event to startscreen, page show invoke service list service. when I test it as the presenter did at this point (15:35 into the presentation)nothing is showing on my page.
I have reviewed the video three times and I do not see anything, can you look at it I have shared it with you. it is called Sales.
database not listing
Posted: Fri Dec 06, 2013 12:57 pm
by Maryna Brodina
Hello! So you received results from DB on Test tab in editor, but when you test in browser response is not populated? Please ensure you invoke service on Page Show event. Also check are there any errors in console?
database not listing
Posted: Fri Dec 06, 2013 1:18 pm
by Brian Irr
I found it, It was an error in the server code and I had forgotten that I had attached the server code to the app. thank you.
I can always count on you, you are the best..
database not listing
Posted: Fri Dec 06, 2013 5:16 pm
by Brian Irr
Ok, lets add another issue, my first page will now all up all the names of the items in database and list them. Then when I click on the item is should set local storage and nav to Details page. when It navs to details page I should get NAME, QUANTITY AND PRICE all from database. I am getting undefined for name and no response on quantity and price.
I ran it in debugger and it stops but I am not sure why.
Please check it, it is still shared with you.
database not listing
Posted: Fri Dec 06, 2013 7:02 pm
by Kateryna Grynko
Hi Brian,
Could you please remind the app name?
database not listing
Posted: Fri Dec 06, 2013 7:26 pm
by Brian Irr
database not listing
Posted: Fri Dec 06, 2013 8:59 pm
by Kateryna Grynko
Brian,
We've fixed your app, please confirm it's working.
database not listing
Posted: Mon Dec 09, 2013 5:28 pm
by Brian Irr
Yes, it is working fine. Thank you