ebrandt:
What is the difference in the these two ways of getting the complete found set count;
globals.Number1 = .getMaxRowIndex();
with controller.getMaxRecordIndex() you get the maximum number of rows in your foundset but limited to the (pre-)loaded rows. So at first you have 200 (or less if you have less rows). If you loaded above that you get the above in chunks of 200…