You could also try <cfsetting enablecfoutputonly="Yes"> before your cfcode
and <cfsetting enablecfoutputonly="no"> at the end if you are collating or
concatenating the results in anyway - or calling a custom tag, etc....

J

-----Original Message-----
From: DeVoil, Nick [mailto:[EMAIL PROTECTED]]
Sent: 27 April 2001 15:12
To: CF-Talk
Subject: RE: Large recordset = large whitespace???


Have you got a <p> or <br> lurking around somewhere
in the table, not correctly enclosed in <td></td> and
<tr></tr> ?

Nick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 27, 2001 2:43 PM
To: CF-Talk
Subject: Large recordset = large whitespace???



I have a query that can return several thousand records. When I run a query
that only returns a small number ( lets say 15 or so, which is what I have
seen), the page behaves fine, displays fine, etc. HOWEVER if I return a
large number of records (1020, which is what I have seen), there is a huge
amount of white space (like 2 page down's worth on a 1024 X 768 resolution)
displayed before the table of results... in effect, making it look as if
there was nothing returned, and all there is showing initially is the page
header graphics. I've made sure everything that can be set to 0 is
(margins, cellpadding, etc.) and that all the table elements are valigned
to TOP... any other suggestions?

Gina Shillitani
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to