I use the bdm api:
Request url http://…/API/bdm/businessData/businessDataType?q=queryName&p=0&c=10&f=param=value
and i receive my first ten business data rows, i want to control the next page on the UI designer to be assigned to a button, how can i do that, i need to post a response to the server to do that or how?
in Spanish:
Yo utilizo el api de bdm,
Request url http://…/API/bdm/businessData/businessDataType?q=queryName&p=0&c=10&f=param=value
Yo recibo los primeros 10 registros de mi objeto de negocios, necesito controlar como obtener la siguiente pagina por medio de un boton, ¿como puedo hacer esto?, es necesario mandar una solicitud al servidor, como puedo hacer esto sin salirme de la tarea actual del proceso.
Saludos,
Eduardo Cortez