Currently, I have a grid that shows 10 records at a time (or more using Row+/Row-) by using dbGridInc = 10. I also would like a button or some other way to give the user the option to display all records (Like a "Show All" button?). All queries are in the 100-1000 row range, so I'm not too worried about speed issues - If a user wants all, he gets 'em, but doesn't want to hit
Row+ 100 times.