M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

I think I know where it exactly went wrong. Your mapping ain't exactly right...let me show you a picture of how my design / elements look like

Image

The labels are inside the List Item...For example for each record a new list item gets added...and when a new list item gets created so do the label and other controls that are placed 'inside that list item'

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

Well, that was just a test to check if the number of records are correct

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

Does the number of list items (blank they may be) tally with the records in your collection / table?

Simon Hutchinson
Posts: 0
Joined: Thu Jun 13, 2013 11:18 am

Way to display lots of database data

Yep they do

Simon Hutchinson
Posts: 0
Joined: Thu Jun 13, 2013 11:18 am

Way to display lots of database data

I think i was using the labels right?, here is my UI with no changes since before.

http://snag.gy/pennw.jpg

Simon Hutchinson
Posts: 0
Joined: Thu Jun 13, 2013 11:18 am

Way to display lots of database data

the data is coming back now, just tabulated in a way that is not correct as my screens show

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

But your labels are in different list items...they should all be in the same list item

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

You can drag and drop em into one single list item...and confirm the mapping's alrite...I am pretty sure that'd work :)

Simon Hutchinson
Posts: 0
Joined: Thu Jun 13, 2013 11:18 am

Way to display lots of database data

ARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRGH :)

yep that was it.

ARRRRRRRRRRRRRRRRRRRRRRRRRRRRRGH. thank you.

Now, thanks so much for your help but possibly one more? :) How can i limit it to only five records returned if i have 500 (most recent 5)?

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Way to display lots of database data

If you are referring to pagination, this should help

http://devcenter.appery.io/tutorials/...

Return to “Issues”