Time Out Maybe

-----Original Message-----
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 9:43 PM
To: CF-Talk
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

Reply via email to