Is there a function in Crystal that will go to the database and return only enough rows for the first page, and then retrieve other rows as the user navigates to new pages?
I have a report that has 30,000 records. It takes almost a minute to come on screen. I know my view is likely not efficient. But I was wondering if there was such a function regarding getting only enough data to fill the first page.
Using Crystal 9 on Win2K.
I have a report that has 30,000 records. It takes almost a minute to come on screen. I know my view is likely not efficient. But I was wondering if there was such a function regarding getting only enough data to fill the first page.
Using Crystal 9 on Win2K.