Mar 19, 2002 #1 request Programmer Joined Dec 5, 2001 Messages 76 Location US I have CFGRID in .cfm. My query returns 40000 records and it should display in CFGRIN. However, it seems it runs out of memory . Please let me know how can I display 40,000 records in CFGRID??? Thanks a lot.
I have CFGRID in .cfm. My query returns 40000 records and it should display in CFGRIN. However, it seems it runs out of memory . Please let me know how can I display 40,000 records in CFGRID??? Thanks a lot.
Mar 22, 2002 #2 pigsie Programmer Joined Dec 19, 2000 Messages 307 Location GB I would strongly advise attempting to display even 4000 records on one page you will crash your browser!! Split it into pages and display maybe 100 records per page with links to navigate through the records. HTH Upvote 0 Downvote
I would strongly advise attempting to display even 4000 records on one page you will crash your browser!! Split it into pages and display maybe 100 records per page with links to navigate through the records. HTH