R
Ricardo Perdigao
Guest
If it is with OE, please check the sample I've provided you that does batching. The batching on that sample is a set of records at each request and allows you to navigate back and forward. The sample I've shared with you has the code on the OE backend and supporting javascript for the frontend. I've never done an Incremental batch, but if I was to write one, I would try this approach (might not work) : - I would study this https://community.progress.com/community_groups/mobile/f/17/t/8529.aspx to see how to consume data services using JavaScript and the JSDO apis - I would try to instantiate my own trigger for the AfterFill to append the data to my list using JavaScript (instead of having it visually mapped to the list) Hopefully someone has done it in the past and would save you the research time! Good luck! Ricardo
Continue reading...
Continue reading...