Re: [flexcoders] Data paging error: Item requested is not available. A request for the item.....

2010-05-06 Thread Evan Klein
You need to handle the itemPendingError in a try/catch block. It's basically telling you the item is not yet at the client, so hold on. http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=dms_paging_4.html On Thu, May 6, 2010 at 6:59 PM, azona26 wrote: > > > I a

[flexcoders] Data paging error: Item requested is not available. A request for the item.....

2010-05-06 Thread azona26
I am loading data from a mySQL database via php into a skinnabledatacontainer. I created a data service and then the set the dataprovider to the function created in the data/service window. I am using data paging, setting the page size to 15 via the DataManager pageSize property.I get the followi