You are using Access right? That would be your problem. Check in the CF
Admin for the max records allowed to be pulled from the db.
Either dont pull 1300 records, delete some records, or use a better
database.
jon
----- Original Message -----
From: "David Cummins" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 9:42 PM
Subject: Bizarre disappearing page - help!!!
> Hi everybody!
>
> I've got this page which works until you have more than 1300ish records,
and
> then the page comes back completely blank! Not even CF debugging!
>
> The problem occurs in a simple loop:
>
> <cfloop query="Q_GetAllCustomers">
> <cfoutput>
> <tr valign="top">
> <td>#CustomerName#</td>
> <td>#OldClientNumber#</td>
> <td></cfoutput>
> <cfif DeletedFlag is "No">
> <cfoutput><a href="JobAd.cfm?CustomerID=#ID#">Create a job ad</a>
> |</cfoutput>
> </cfif>
> <cfoutput><a href="EditCustomer.cfm?Fn=#Fn#&ID=#ID#">Edit</a> |</cfoutput>
> <cfif DeletedFlag is "No">
> <cfoutput><a href="Delete.cfm?Fn=#Fn#&ID=#ID#">Inactivate</a></cfoutput>
> <cfelse>
> <cfoutput><a
href="Reanimator.cfm?Fn=#Fn#&ID=#ID#">Re-activate</a></cfoutput>
> </cfif>
> <cfoutput>
> </td>
> </tr></cfoutput>
> </cfloop>
>
> If you don't like the code, its not ours! ;)
>
> Any thoughts, let me know!
>
> David Cummins
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists