Re: Adding columns to the top of ervy page in cfreport

2006-09-15 Thread Casey Dougall
Well, I have no idea on that one, I've only done those type of things
on form submissions.



image1 = new Image();
image1.src = "/Images/Progress-Meter.gif";

function changeOn(){
document.getElementById("uploadImage").innerHTML = "";
document.frmAddImage.btnSubmit.disabled = true;
document.frmAddImage.btnSubmit.value = "Uploading 
Images..."
}






  


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253294
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Adding columns to the top of ervy page in cfreport

2006-09-15 Thread loathe
Another hopefully quick one.

This report takes forever, that's just something that can't be changed :(

I would like to display a now loading/progress bar or something.

Any ideas?  I tried this without success:


Please wait while your report is generated.


 





Organizational Report












#myReport#





> -Original Message-
> From: Casey Dougall [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 15, 2006 1:33 PM
> To: CF-Talk
> Subject: Re: Adding columns to the top of ervy page in cfreport
> 
> > I'm generating a PDF report using cfdocument.  I would like to have
> column
> > headers on each page of the report.  How would one do that?
> >
> 
> 
>  Header Cells
> 
> There might be a space generated though between the header and your
> table columns. but if you can guarantee the width of the columns this
> might work.
> 
> --
> Casey
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253291
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Adding columns to the top of ervy page in cfreport

2006-09-15 Thread loathe
Thanks man.

> -Original Message-
> From: Casey Dougall [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 15, 2006 1:33 PM
> To: CF-Talk
> Subject: Re: Adding columns to the top of ervy page in cfreport
> 
> > I'm generating a PDF report using cfdocument.  I would like to have
> column
> > headers on each page of the report.  How would one do that?
> >
> 
> 
>  Header Cells
> 
> There might be a space generated though between the header and your
> table columns. but if you can guarantee the width of the columns this
> might work.
> 
> --
> Casey
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253283
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Adding columns to the top of ervy page in cfreport

2006-09-15 Thread Casey Dougall
> I'm generating a PDF report using cfdocument.  I would like to have column
> headers on each page of the report.  How would one do that?
>


 Header Cells

There might be a space generated though between the header and your
table columns. but if you can guarantee the width of the columns this
might work.

-- 
Casey

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253281
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4