I would have thought that the problem was that you had your cfflush in the middle of a table. As far as I know, most browsers (IE at least) won't start to render a table until they have the entire table, otherwise a cell may come up that has a wider width that has been required so far, and then it would have to rerender the whole table. I've always found that I've had to actually break the table up into separate tables around the cfflush.
Admittedly, I haven't seen your original post yet, only the replies, so I don't know what your original problem actually was. (The list server must be still catching up, maybe?) I'm assuming that your problem is that the flush doesn't seem to be working, as opposed to actually throwing an error. Regards Darren Tracey Systems Analyst > HR Systems and FastTrack, Web and Integration Services p: + 61 7 3232 4091 (x64091) f: + 61 7 3232 4744 e: [EMAIL PROTECTED] l: Lvl 9, 388 Queen St Brisbane QLD 4000 m: Suncorp IPC IT040, GPO Box 1453, Brisbane QLD 4000 > -----Original Message----- > From: Seona Bellamy [SMTP:[EMAIL PROTECTED] > Sent: Friday, 13 August 2004 15:28 > To: CFAussie Mailing List > Subject: [cfaussie] Re: <cfflush>: where does it go? > > Ah, that is probably the problem, then. I believe fusebox uses > <cfsavecontent> to put all the bits together. > > Bugger. Well, can anyone think of any other way of breaking up the output > of > a page? One that works from within <cfsavecontent>? > > Cheers, > > Seona. > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Elliot > > Russo > > Sent: Friday, 13 August 2004 3:11 PM > > To: CFAussie Mailing List > > Subject: [cfaussie] Re: <cfflush>: where does it go? > > > > > > you havn't given us enough Seona, <cfflush> can't be inside any tag > where > > output might be delayed, like a cfsavecontent, a custom tag etc > > > > Elliot > > "Seona Bellamy" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > I'm using CF5. The source code of the page is rather long, so I've > only > > > included a fragment: > > > > > > <tr valign="top"> > > > <th><label for="Colours">Colours in range</label></th> > > > <td><input name="Colours" id="Colours" type="text" <cfif > > > isDefined('FORM.Colours')>value="#FORM.Colours#"</cfif> /></td> > > > <th><label for="Sizes">Sizes in range</label></th> > > > <td><input name="Sizes" id="Sizes" type="text" <cfif > > > isDefined('FORM.Sizes')>value="#FORM.Sizes#"</cfif> /></td> > > > </tr> > > > <cfflush> > > > <tr valign="top"> > > > <th><label for="CostPrice">Cost Price</label></th> > > > <td><input name="CostPrice" id="CostPrice" type="text" <cfif > > > isDefined('FORM.CostPrice')>value="#FORM.CostPrice#"</cfif> /></td> > > > <th><label for="SupplierPrimeID">Primary Supplier</label></th> > > > <td> > > > <select name="SupplierPrimeID" id="SupplierPrimeID"> > > > <option value="0">Select a Supplier</option> > > > <cfloop query="qry_GetAllSuppliers"> > > > <option value="#qry_GetAllSuppliers.ID#" <cfif > > > isDefined('form.SupplierPrimeID')><cfif form.SupplierPrimeID eq > > > > > "#qry_GetAllSuppliers.ID#">selected</cfif></cfif>>#qry_GetAllSuppl > > iers.Compa > > > nyName#</option> > > > </cfloop> > > > </select> > > > </td> > > > </tr> > > > > > > The second row contains the first of the dynamic dropdowns, so I > thought > > > that if I output everything that had been generated up to that point, > it > > > might ease the bottleneck a little. And as I said, I know for a > > fact that > > I > > > have no custom tags of my own devising wrapped around this code. > > > > > > If you need to see more of the code, let me know and I'll send you the > > files > > > off-list. > > > > > > Cheers, > > > > > > Seona. > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] Behalf Of Peter > > > > Tilbrook > > > > Sent: Friday, 13 August 2004 2:39 PM > > > > To: CFAussie Mailing List > > > > Subject: [cfaussie] Re: <cfflush>: where does it go? > > > > > > > > > > > > Shoot back the source code. It could be a simple matter of placing > > > > your CFFLUSH tag in the wrong place, although there are restrictions > > > > on where you can use CFFLUSH. Also are you using CF5 or MX? > > > > > > > > --- > > > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > > > To unsubscribe send a blank email to > > > > [EMAIL PROTECTED] > > > > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > > > > > > > > > > --- > > > > Incoming mail is certified Virus Free. > > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > > Version: 6.0.733 / Virus Database: 487 - Release Date: 2/08/2004 > > > > > > > > > > __________________________________________________________________ > > > << ella for Spam Control >> has removed Spam messages and set > > aside Later > > > for me > > > You can use it too - and it's FREE! http://www.ellaforspam.com > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > Version: 6.0.733 / Virus Database: 487 - Release Date: 2/08/2004 > > > > > > > > > > > > > > --- > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to > > [EMAIL PROTECTED] > > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > > > > --- > > Incoming mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.733 / Virus Database: 487 - Release Date: 2/08/2004 > > > > __________________________________________________________________ > << ella for Spam Control >> has removed Spam messages and set aside Later > for me > You can use it too - and it's FREE! http://www.ellaforspam.com > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.733 / Virus Database: 487 - Release Date: 2/08/2004 > << File: footer >> << File: footer >> ----------------------------------------------------------------------------------- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities ("Suncorp"). Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 1800 689 762 or at suncorp.com.au. The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system. If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
