when this happens, try and view the source code of the page...  when working
on applications we run into problems all the time and eventhough stuff isnt
displayed in the browser, we can go into the source code and see the errors
and the debugging info.....


        Terry Bader
        IT/Web Specialist
        EDO Corp - Combat Systems
        (757) 424-1004 ext 361 - Work
        [EMAIL PROTECTED]   


        (757)581-5981 - Mobile
        [EMAIL PROTECTED]
        icq: 5202487   aim: lv2bounce
        http://www.cs.odu.edu/~bader






-----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