IR pagination controlled by javascript - maxpages ?
In Apex 4 I want to iterate trough all pages of interactive report (about 10) using javascript. It's posible using gReport.navigate.paginate('pgR_min_row=1max_rows=5rows_fetched=5').
Problem is that I don't know max number of pages or rows returned by query, so I will get message " Invalid set of rows requested".
Edited by: baki on Jul 28, 2010 2:12 AM