Possilby only with the latest package, but there is an inherit programming flaw in the query that generates the content for the txt file.

Code:
Line 181
								   order by c.customers_lastname, c.customers_firstname limit 20";
should be
								   order by c.customers_lastname, c.customers_firstname";
This will produce all results no matter what your paging is setup to display.

Rob

NOTE: DUMMY FILE - DOWNLOAD PACKAGES BELOW AND APPLY THE FIX

More...