Page Breaks

2000-08-11 Thread Olson, Kelly

Is it possible to do a page break or a Page eject  between forms.

We are currently using:



This seems to work in netscapre but not IE.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



page breaks

2000-11-22 Thread Nick Call

Help

I know we went over this a while back, but humor me again, please.

I need to embed a page break in some HTML code to force the printer to "page
break".

Thanks in advance.
Don't eat too much turkey!

Nick


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



Page Breaks

2005-04-06 Thread Greg Johnson
I am generating a PDF file that has multiple sections.  What I want is that if 
multiple sections can compltely fit on one page of the PDF that it will let 
them, but if part of a section is going to wrap to the next page, then the 
section is forced to the next page.  Since the content vastly changes the 
length of each section, I need it to do this automaticaly since I can never be 
sure from one report to another where they will be needed.

Thanks
Greg

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201687
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Page Breaks

2000-08-12 Thread Philip Arnold - ASP

> Is it possible to do a page break or a Page eject  between forms.
>
> We are currently using:
>
> 
>
> This seems to work in netscapre but not IE.

IE has a very odd usage on CSS, some of it works properly, others don't work
at all...

Maybe you could use a  before the 
and see if that works... I've not tested it though

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



SOT: page breaks

2002-07-09 Thread Brad Roberts

Anyone know how I can avoid page breaks within a table?  The following isn't
working:


  
  ...
  


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: page breaks

2000-11-22 Thread BORKMAN Lee

Nick,
As far as I know, you can do this with StyleSheets for IE, but not for
Netscape.

Define a style like this:

P.page {page-break-after:always}

Then use  to force the break.

Anyone have any better way?

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork



-Original Message-
From: Nick Call [mailto:[EMAIL PROTECTED]]
Help
I know we went over this a while back, but humor me again, please.
I need to embed a page break in some HTML code to force the printer to "page
break".


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  
~~
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



RE: page breaks

2000-11-23 Thread Jason Lees (National Express)


You could use 




Jason Lees 
National Express
Email : [EMAIL PROTECTED]


-Original Message-
From: Nick Call [mailto:[EMAIL PROTECTED]]
Sent: 22 November 2000 23:22
To: CF-Talk
Subject: page breaks


Help

I know we went over this a while back, but humor me again, please.

I need to embed a page break in some HTML code to force the printer to "page
break".

Thanks in advance.
Don't eat too much turkey!

Nick


~~
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
###
This document is intended for, and should only be read by, those persons to
whom it is addressed. Its contents are confidential and if you have received
this message in error, please notify us immediately by telephone on 0121 609 6301
and delete all records of the message from your computer. Any form of reproduction,
dissemination, copying, disclosure, modification, distribution and / or
publication of this message without our prior written consent is strictly
prohibited. Neither the author of this message nor their employers accept
legal responsibility for the contents of the message. Any views or opinions
presented are solely those of the author.
If you have any queries please contact [EMAIL PROTECTED]

##

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



Re: Page Breaks

2005-04-06 Thread S . Isaac Dealey
> I am generating a PDF file that has multiple sections.
> What I want is that if multiple sections can compltely fit
> on one page of the PDF that it will let them, but if part
> of a section is going to wrap to the next page, then the
> section is forced to the next page.  Since the content
> vastly changes the length of each section, I need it to do
> this automaticaly since I can never be sure from one
> report to another where they will be needed.

> Thanks
> Greg

I think CSS has some control for orphans/widows... Not sure if the PDF
engine will recognize and properly interpret that... but it's worth a
shot.



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201713
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Page Breaks

2005-04-06 Thread Connie DeCinko
You should be able to do this in the CFMX7 Report Builder.  I recall an
option that is similar to the Access report writer, it lets you chose to
keep certain groups together.
 

-Original Message-
From: Greg Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 06, 2005 7:07 AM
To: CF-Talk
Subject: Page Breaks

I am generating a PDF file that has multiple sections.  What I want is that
if multiple sections can compltely fit on one page of the PDF that it will
let them, but if part of a section is going to wrap to the next page, then
the section is forced to the next page.  Since the content vastly changes
the length of each section, I need it to do this automaticaly since I can
never be sure from one report to another where they will be needed.

Thanks
Greg



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201733
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Page Breaks

2005-04-06 Thread Greg Johnson
Found what you were saying and tried it, but the CF7 PDF Generator 
apparently doesn't recognize that CSS attrib.

Thanks though.

S. Isaac Dealey wrote:

>>I am generating a PDF file that has multiple sections.
>>What I want is that if multiple sections can compltely fit
>>on one page of the PDF that it will let them, but if part
>>of a section is going to wrap to the next page, then the
>>section is forced to the next page.  Since the content
>>vastly changes the length of each section, I need it to do
>>this automaticaly since I can never be sure from one
>>report to another where they will be needed.
>>
>>
>
>  
>
>>Thanks
>>Greg
>>
>>
>
>I think CSS has some control for orphans/widows... Not sure if the PDF
>engine will recognize and properly interpret that... but it's worth a
>shot.
>
>
>
>s. isaac dealey   954.522.6080
>new epoch : isn't it time for a change?
>
>add features without fixtures with
>the onTap open source framework
>
>http://macromedia.breezecentral.com/p49777853/
>http://www.sys-con.com/author/?id=4806
>http://www.fusiontap.com
>
>
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201739
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Page Breaks

2005-04-06 Thread Greg Johnson
Just downloaded the report builder, going to check it out now.

Connie DeCinko wrote:

>You should be able to do this in the CFMX7 Report Builder.  I recall an
>option that is similar to the Access report writer, it lets you chose to
>keep certain groups together.
> 
>
>-Original Message-
>From: Greg Johnson [mailto:[EMAIL PROTECTED] 
>Sent: Wednesday, April 06, 2005 7:07 AM
>To: CF-Talk
>Subject: Page Breaks
>
>I am generating a PDF file that has multiple sections.  What I want is that
>if multiple sections can compltely fit on one page of the PDF that it will
>let them, but if part of a section is going to wrap to the next page, then
>the section is forced to the next page.  Since the content vastly changes
>the length of each section, I need it to do this automaticaly since I can
>never be sure from one report to another where they will be needed.
>
>Thanks
>Greg
>
>
>
>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201740
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Page Breaks

2005-04-06 Thread S . Isaac Dealey
> Found what you were saying and tried it, but the CF7 PDF
> Generator apparently doesn't recognize that CSS attrib.

> Thanks though.

Sorry I couldn't be more helpful.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201742
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Page Breaks

2005-04-11 Thread Kevin Graeme
Keep us posted. I shelved a project because of these kinds of limitations.

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension 

> -Original Message-
> From: Greg Johnson [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 06, 2005 10:18 AM
> To: CF-Talk
> Subject: Re: Page Breaks
> 
> Just downloaded the report builder, going to check it out now.
> 
> Connie DeCinko wrote:
> 
> >You should be able to do this in the CFMX7 Report Builder.  
> I recall an 
> >option that is similar to the Access report writer, it lets 
> you chose 
> >to keep certain groups together.
> > 
> >
> >-Original Message-
> >From: Greg Johnson [mailto:[EMAIL PROTECTED]
> >Sent: Wednesday, April 06, 2005 7:07 AM
> >To: CF-Talk
> >Subject: Page Breaks
> >
> >I am generating a PDF file that has multiple sections.  What 
> I want is 
> >that if multiple sections can compltely fit on one page of 
> the PDF that 
> >it will let them, but if part of a section is going to wrap 
> to the next 
> >page, then the section is forced to the next page.  Since 
> the content 
> >vastly changes the length of each section, I need it to do this 
> >automaticaly since I can never be sure from one report to 
> another where they will be needed.
> >
> >Thanks
> >Greg
> >
> >
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Page Breaks

2005-04-11 Thread Greg Johnson
I belief that you can indeed do this.  We were able to get it working 
with the css for now but will be working on an application before long 
that will require far more formal looking reports so we will most likly 
get into it in far more detail.  My Crystal Reports experiance should 
come in well.  Will let everyone know as soon as I have gotten well into it.

Greg

Kevin Graeme wrote:

>Keep us posted. I shelved a project because of these kinds of limitations.
>
>---
>Kevin Graeme
>Cooperative Extension Technology Services
>University of Wisconsin-Extension 
>
>  
>
>>-Original Message-
>>From: Greg Johnson [mailto:[EMAIL PROTECTED] 
>>Sent: Wednesday, April 06, 2005 10:18 AM
>>To: CF-Talk
>>Subject: Re: Page Breaks
>>
>>Just downloaded the report builder, going to check it out now.
>>
>>Connie DeCinko wrote:
>>
>>
>>
>>>You should be able to do this in the CFMX7 Report Builder.  
>>>  
>>>
>>I recall an 
>>
>>
>>>option that is similar to the Access report writer, it lets 
>>>  
>>>
>>you chose 
>>
>>
>>>to keep certain groups together.
>>>
>>>
>>>-Original Message-
>>>From: Greg Johnson [mailto:[EMAIL PROTECTED]
>>>Sent: Wednesday, April 06, 2005 7:07 AM
>>>To: CF-Talk
>>>Subject: Page Breaks
>>>
>>>I am generating a PDF file that has multiple sections.  What 
>>>  
>>>
>>I want is 
>>
>>
>>>that if multiple sections can compltely fit on one page of 
>>>  
>>>
>>the PDF that 
>>
>>
>>>it will let them, but if part of a section is going to wrap 
>>>  
>>>
>>to the next 
>>
>>
>>>page, then the section is forced to the next page.  Since 
>>>  
>>>
>>the content 
>>
>>
>>>vastly changes the length of each section, I need it to do this 
>>>automaticaly since I can never be sure from one report to 
>>>  
>>>
>>another where they will be needed.
>>
>>
>>>Thanks
>>>Greg
>>>
>>>
>>>
>>>
>>>  
>>>
>>
>>
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202176
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Page Breaks for Printing

2002-12-19 Thread Chad
Has anyone figured out how to make page breaks for printing?

I.E. have the user click one button to print all of the new orders.
Each order on a separate piece of 8.5x11 paper.

Javascript?  Generate a PDF?

Thanks!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Re: SOT: page breaks

2002-07-09 Thread Lawrence B. Afrin, M.D.

Short answer?  You can't.  In fact, as my own quest for an answer to this 
problem revealed a few weeks ago, though you're on the right track with the 
page-break-inside: avoid directive, there are few browsers out there that 
recognize it, and no browsers that actually implement it correctly 
(including the latest from Netscape and Opera).

Your best alternative may be to put a page-break-before:always directive 
before you launch into your table, so your table always starts at the top 
of the printed page.

-- LBA

--On Tuesday, July 09, 2002 1:00 PM -0400 Brad Roberts <[EMAIL PROTECTED]> 
wrote:

> Anyone know how I can avoid page breaks within a table?  The following
> isn't working:
>
> 
>   
>   ...
>   
> 
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SOT: page breaks

2002-07-09 Thread Brad Roberts

This is for internal use, so controlling the browser isn't a problem.  I
can't page break before every table.  Some tables will have 2 rows and
others will have 20 rows.  I'd end up with 100's of pages.

I want the page break to happen before the table only if the table will
spill over to the next page.

Thanks for the info.

-Brad

> -Original Message-
> From: Lawrence B. Afrin, M.D. [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 2:16 PM
> To: CF-Talk
> Subject: Re: SOT: page breaks
>
>
> Short answer?  You can't.  In fact, as my own quest for an answer to this
> problem revealed a few weeks ago, though you're on the right
> track with the
> page-break-inside: avoid directive, there are few browsers out there that
> recognize it, and no browsers that actually implement it correctly
> (including the latest from Netscape and Opera).
>
> Your best alternative may be to put a page-break-before:always directive
> before you launch into your table, so your table always starts at the top
> of the printed page.
>
> -- LBA
>
> --On Tuesday, July 09, 2002 1:00 PM -0400 Brad Roberts <[EMAIL PROTECTED]>
> wrote:
>
> > Anyone know how I can avoid page breaks within a table?  The following
> > isn't working:
> >
> > 
> >   
> >   ...
> >   
> > 
> >
> >
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PRINTING with Page Breaks

2000-06-11 Thread sam komolafe

Hi guys,

Is there any way in ColdFusion or any product out there I can use to print a
3 to 4 page report that has page breaks and page headers.  I really need the
page breaking option.

thanks
sam

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Page Breaks for Printing

2002-12-19 Thread Timothy Heald
CSS.  Think it may be IE only.  Look at these properties:

page-break-after
page-break-before
page-break-inside

You can then set up divs or  blocks that will throw a page break right where you 
want it.  We did this with some success for printing out course certificates and stuff 
before.
Tim

-Original Message-
From: Chad [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 9:03 AM
To: CF-Talk
Subject: Page Breaks for Printing


Has anyone figured out how to make page breaks for printing?

I.E. have the user click one button to print all of the new orders.
Each order on a separate piece of 8.5x11 paper.

Javascript?  Generate a PDF?

Thanks!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Page Breaks for Printing

2002-12-19 Thread Jason Lees (National Express)
We use page breaks, and its a simple tag extention of the classic paragraph
Tag



The Complication is deciding on the location to place the Tag.

Jason Lees
Development Team Leader
National Express Coaches Ltd.



-Original Message-
From: Chad [mailto:[EMAIL PROTECTED]]
Sent: 19 December 2002 14:03
To: CF-Talk
Subject: Page Breaks for Printing


Has anyone figured out how to make page breaks for printing?

I.E. have the user click one button to print all of the new orders.
Each order on a separate piece of 8.5x11 paper.

Javascript?  Generate a PDF?

Thanks!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Page Breaks for Printing

2002-12-19 Thread Pete Ruckelshaus
CSS holds the answer.


BR.pageEnd{page-break-after: always;}

.
.
.
This line should be above the break

This line should be after the page break.

This only works in CSS2 compliant browsers.

Hope this helps,

Pete

- Original Message -
From: "Chad" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 9:03 AM
Subject: Page Breaks for Printing


> Has anyone figured out how to make page breaks for printing?
>
> I.E. have the user click one button to print all of the new orders.
> Each order on a separate piece of 8.5x11 paper.
>
> Javascript?  Generate a PDF?
>
> Thanks!
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Page Breaks for Printing

2002-12-19 Thread Chad
Oh cool.. thanks... I have control of what browser the user has so this
should work!



> -Original Message-
> From: Timothy Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 19, 2002 9:08 AM
> To: CF-Talk
> Subject: RE: Page Breaks for Printing
> 
> CSS.  Think it may be IE only.  Look at these properties:
> 
> page-break-after
> page-break-before
> page-break-inside
> 
> You can then set up divs or  blocks that will throw a page break
right
> where you want it.  We did this with some success for printing out
course
> certificates and stuff before.
> Tim
> 
> -Original Message-
> From: Chad [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 19, 2002 9:03 AM
> To: CF-Talk
> Subject: Page Breaks for Printing
> 
> 
> Has anyone figured out how to make page breaks for printing?
> 
> I.E. have the user click one button to print all of the new orders.
> Each order on a separate piece of 8.5x11 paper.
> 
> Javascript?  Generate a PDF?
> 
> Thanks!
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Page Breaks for Printing

2002-12-19 Thread Jeffry Houser
  This might be 
useful. 
<http://www.cfconf.org/cfun-02/talks/DynamicallyGeneratingPDF_files/sld003.cfm>
  Generating PDFs is also a valid option.

  I've heard that giving the HTML file with a .doc extension instead of 
html will open it in word, which will render the HTML as a document with 
page breaks, but I have never tried this on my own.

At 09:03 AM 12/19/2002 -0500, you wrote:
>Has anyone figured out how to make page breaks for printing?
>
>I.E. have the user click one button to print all of the new orders.
>Each order on a separate piece of 8.5x11 paper.
>
>Javascript?  Generate a PDF?
>
>Thanks!
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Page Breaks for Printing

2002-12-19 Thread Jochem van Dieten
Quoting Chad <[EMAIL PROTECTED]>:
> 
> Has anyone figured out how to make page breaks for printing?

http://www.w3.org/TR/REC-CSS2/page.html

Jochem
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Page Breaks for Printing

2002-12-23 Thread James Smith
I have been using this for some time and have a question I have been meaning
to ask from day 1 but never got round to it ;-)

If the document is say 2 pages long and the first page (before the CSS page
break) is short, say 50% page height, it prints alligned to the BOTTOM of
the page, page 2 then prints top alligned.  Anyone know how to fix this?

--
James Smith
[EMAIL PROTECTED]

- Original Message -
From: "Jason Lees (National Express)" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 2:11 PM
Subject: RE: Page Breaks for Printing


> We use page breaks, and its a simple tag extention of the classic
paragraph
> Tag
>
> 
>
> The Complication is deciding on the location to place the Tag.
>
> Jason Lees
> Development Team Leader
> National Express Coaches Ltd.
>
>
>
> -Original Message-
> From: Chad [mailto:[EMAIL PROTECTED]]
> Sent: 19 December 2002 14:03
> To: CF-Talk
> Subject: Page Breaks for Printing
>
>
> Has anyone figured out how to make page breaks for printing?
>
> I.E. have the user click one button to print all of the new orders.
> Each order on a separate piece of 8.5x11 paper.
>
> Javascript?  Generate a PDF?
>
> Thanks!
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Page Breaks for Printing

2002-12-23 Thread Jochem van Dieten
Quoting James Smith <[EMAIL PROTECTED]>:
> 
> If the document is say 2 pages long and the first page (before the CSS
> page break) is short, say 50% page height, it prints alligned to the
> BOTTOM of the page, page 2 then prints top alligned.  Anyone know how
> to fix this?

Show the stylesheet. And if you still have layout left in your HTML, we
need that too.

Jochem

-- 
Friends don't let friends use table-based layouts.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: PRINTING with Page Breaks

2000-06-11 Thread Phil Cruz

I've used the following code to generate page breaks in html:



-Phil

-- 

Date: Fri, 9 Jun 2000 09:57:09 -0500 
From: "sam komolafe" 
To: 
Subject: PRINTING with Page Breaks 
Message-ID: <007301bfd222$fc6f5920$[EMAIL PROTECTED]> 

Hi guys, 

Is there any way in ColdFusion or any product out there I can use to print a 
3 to 4 page report that has page breaks and page headers.  I really need the 
page breaking option. 

thanks 
sam 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Page Breaks - report formats?????

2001-10-18 Thread Priscilla Yamin

One of our programmers did it with style sheets

>>> [EMAIL PROTECTED] 10/16/01 10:01AM >>>
Hello,

I have a report that has 10 columns and after printed
is about 15 pages long.  I would like the columns to
be printed on every page but not sure how to do
thisI know this should be pretty easy

My question is, how can I have CF know that a new page
is being started and therefore cfoutput the column
headings again?  Or would this be done using CSS?  We
are not using any report writers such as Crystal...

TIA





~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke

Hey all,

I have a shipping and receiving application that allows employees to 
generate a shipping request via the web. The shipping dept. would like that 
form to be printed out by the user, but they want one of two things when 
this happens:

1) Either only allow the maximum number of items that will print on one 
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last 
row of the table and the next table row on the next page, but ALSO make sure 
that the shipping address and other info is ALSO printed on each subsequent 
page.

I favor the second method, since it is less hassle for the user, and it 
would be easier to just insert a break in the table than to try to guess how 
many characters a user might enter onto the page (virtually impossible to 
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work: 
. I tried this in both the body tag 
and in my table tag, but each time I used it I got the dreaded blue screen 
o' death. I then found and tried a variation: 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



Re:Printing, page breaks, and heading info

2001-04-09 Thread Carol Bluestein

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator
Subject:Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to 
generate a shipping request via the web. The shipping dept. would like that 
form to be printed out by the user, but they want one of two things when 
this happens:

1) Either only allow the maximum number of items that will print on one 
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last 
row of the table and the next table row on the next page, but ALSO make sure 
that the shipping address and other info is ALSO printed on each subsequent 
page.

I favor the second method, since it is less hassle for the user, and it 
would be easier to just insert a break in the table than to try to guess how 
many characters a user might enter onto the page (virtually impossible to 
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work: 
. I tried this in both the body tag 
and in my table tag, but each time I used it I got the dreaded blue screen 
o' death. I then found and tried a variation: 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



Re:Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke

Thanks, Carol and Adrian!

Since I'm doing alot of complex looping, conditionals and variable setting 
within my display block (and heck, just cuz I'm lazy today ;), I don't want 
to go back in and change alot of code.

I can deal with not having the nice page breaks. But, do either of you know 
how to get my heading information (ship to address, contact name, etc.) that 
prints on the first page to print on all subsequent pages?

Thanks in advance!

Terri


Original Message Follows
From: [EMAIL PROTECTED] (Carol Bluestein)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re:Printing, page breaks, and heading info
Date: Mon, 09 Apr 2001 09:42:02 -0400

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator____
Subject:Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.

I favor the second method, since it is less hassle for the user, and it
would be easier to just insert a break in the table than to try to guess how
many characters a user might enter onto the page (virtually impossible to
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work:
. I tried this in both the body tag
and in my table tag, but each time I used it I got the dreaded blue screen
o' death. I then found and tried a variation: 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



Re:Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke

Okay, I moved it and tried it in the body, and then in a paragraph tag. Both 
instances caused the blue screen when I tried to print (it still printed, 
but killed my PC).

So, I guess I either need to find a way to print the top info I want on 
every page, or if that is not possible with just CF and the browser, dump 
the info to PDF per Adrian's suggestion and see if I can manipulate it that 
way...

Thanks for the help!


Original Message Follows
From: [EMAIL PROTECTED] (Carol Bluestein)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re:Printing, page breaks, and heading info
Date: Mon, 09 Apr 2001 09:42:02 -0400

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator
Subject:    Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.

I favor the second method, since it is less hassle for the user, and it
would be easier to just insert a break in the table than to try to guess how
many characters a user might enter onto the page (virtually impossible to
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work:
. I tried this in both the body tag
and in my table tag, but each time I used it I got the dreaded blue screen
o' death. I then found and tried a variation: 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



RE: Printing, page breaks, and heading info

2001-04-09 Thread Adrian Cesana

I have battled the same before in a similar application, using the
STYLE=page-break does work but not within a table it seems. IMHO its also
very kludgy for these type of apps.  If you cant get it working correctly
you may want to look into writing a pdf for these documents.

-Adrian



-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.




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



RE: Printing, page breaks, and heading info

2001-04-11 Thread Paul Sizemore

I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code. 

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up. 


  

Page One Content
  



  

Page Two Content
  
 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 2:15 PM
To: CF-Talk
Subject: Re:Printing, page breaks, and heading info

Okay, I moved it and tried it in the body, and then in a paragraph tag. Both
instances caused the blue screen when I tried to print (it still printed,
but killed my PC).

So, I guess I either need to find a way to print the top info I want on
every page, or if that is not possible with just CF and the browser, dump
the info to PDF per Adrian's suggestion and see if I can manipulate it that
way...

Thanks for the help!


Original Message Follows
From: [EMAIL PROTECTED] (Carol Bluestein)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re:Printing, page breaks, and heading info
Date: Mon, 09 Apr 2001 09:42:02 -0400

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator____
Subject:Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.

I favor the second method, since it is less hassle for the user, and it
would be easier to just insert a break in the table than to try to guess how
many characters a user might enter onto the page (virtually impossible to
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work:
. I tried this in both the body tag
and in my table tag, but each time I used it I got the dreaded blue screen
o' death. I then found and tried a variation: 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



RE: Printing, page breaks, and heading info

2001-04-12 Thread Terri Stocke

Paul, thanks for the tip. That's a great idea!

I think now that what I would prefer to do is have the shipping 
address/contact info print at the top of *every* page that prints. I just 
haven't been able to figure out how to do that.

Thanks for the help!

Terri


Original Message Follows
From: Paul Sizemore <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: Printing, page breaks, and heading info
Date: Wed, 11 Apr 2001 14:42:02 -0500

I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code.

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up.


   
 
 Page One Content
   



   
 
 Page Two Content
   



Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Terri Stocke [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 2:15 PM
To: CF-Talk
Subject: Re:Printing, page breaks, and heading info

Okay, I moved it and tried it in the body, and then in a paragraph tag. Both
instances caused the blue screen when I tried to print (it still printed,
but killed my PC).

So, I guess I either need to find a way to print the top info I want on
every page, or if that is not possible with just CF and the browser, dump
the info to PDF per Adrian's suggestion and see if I can manipulate it that
way...

Thanks for the help!


Original Message Follows
From: [EMAIL PROTECTED] (Carol Bluestein)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re:Printing, page breaks, and heading info
Date: Mon, 09 Apr 2001 09:42:02 -0400

Believe you can't use the style=page-break etc. inside a table.
So you have to count rows and end your table, put in the
break, and start a new table for each page.


Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]


Reply Separator____
Subject:Printing, page breaks, and heading info
Author: [EMAIL PROTECTED]
Date:   4/9/01 12:48 PM

Hey all,

I have a shipping and receiving application that allows employees to
generate a shipping request via the web. The shipping dept. would like that
form to be printed out by the user, but they want one of two things when
this happens:

1) Either only allow the maximum number of items that will print on one
page, and prompt the user to fill out a second form for additional items; OR

2) Automatically have the app insert a break between the item in the last
row of the table and the next table row on the next page, but ALSO make sure
that the shipping address and other info is ALSO printed on each subsequent
page.

I favor the second method, since it is less hassle for the user, and it
would be easier to just insert a break in the table than to try to guess how
many characters a user might enter onto the page (virtually impossible to
determine how many pages they will need).

After searching the archives, I found the snippet I thought would work:
. I tried this in both the body tag
and in my table tag, but each time I used it I got the dreaded blue screen
o' death. I then found and tried a variation: 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



Creating Page Breaks to make page printable?

2001-04-16 Thread Steven A. del Sol

Does anyone know of a way to force printing breaks of a document?


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



Re: Creating Page Breaks to make page printable?

2001-04-16 Thread jmedlin


> Does anyone know of a way to force printing breaks of a document?

You can do this with style sheets.



--
This message sent compliments of db Technology
   http://www.dbtech.net/



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



Re: Creating Page Breaks to make page printable?

2001-04-16 Thread Bryan LaPlante

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pageBre
akAfter.asp

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 6:20 PM
Subject: Re: Creating Page Breaks to make page printable?


>
> > Does anyone know of a way to force printing breaks of a document?
>
> You can do this with style sheets.
>
>
>
> --
> This message sent compliments of db Technology
>http://www.dbtech.net/
>
>
>
>
~~
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



RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Bill Davies

Don't think page break is implemented in Navigator.

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: 17 April 2001 05:34
To: CF-Talk
Subject: Re: Creating Page Breaks to make page printable?


http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pageBre
akAfter.asp

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 6:20 PM
Subject: Re: Creating Page Breaks to make page printable?


>
> > Does anyone know of a way to force printing breaks of a document?
>
> You can do this with style sheets.
>
>
>
> --
> This message sent compliments of db Technology
>http://www.dbtech.net/
>
>
>
>
~~
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



RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Paul Sizemore

I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code. 

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up. 


  

Page One Content
  



  

Page Two Content
  
 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Bill Davies [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 3:07 AM
To: CF-Talk
Subject: RE: Creating Page Breaks to make page printable?

Don't think page break is implemented in Navigator.

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: 17 April 2001 05:34
To: CF-Talk
Subject: Re: Creating Page Breaks to make page printable?


http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pageBre
akAfter.asp

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 6:20 PM
Subject: Re: Creating Page Breaks to make page printable?


>
> > Does anyone know of a way to force printing breaks of a document?
>
> You can do this with style sheets.
>
>
>
> --
> This message sent compliments of db Technology
>http://www.dbtech.net/
>
>
>
>
~~
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



Re: Creating Page Breaks to make page printable?

2001-04-17 Thread Michael Lugassy

If you mean a printable version for every page (just
like we did on:
http://www.imvamp.com/support/documentation/player/monitor/index.html
(click on: printable version)

you should use a table code that will break the line
at about 650 pixels width

just specify

table width=650
and on every td specify td width=650
this will break lines automaticlly at the end of the words with no need to
use  or special wrapping techniques.

just keep the table below 650pixels!
and make a clean page. people like it!

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
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



RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Arden Weiss

I use max table width of 670 with similar success.

The advantage of this in addition to printing is that 670 pixel width 
displays well on any size screen.

On 640x480 the user has to scroll the screen right to see everything. On 
800x640 the total available screen width is used effectively. On higher 
resolution screens the used area is still restricted to the 670 pixel 
center portion of the screen.

When printing, the 670 pixels will fit on a portrait page well (680 is to 
big).  650 pixel table widths will also work fine, but you can get 20 more 
pixels with the 670 setting.

Vertical paginated control of printed pages is a completely different 
issue. There I am using PDF files -- created and displayed in the browser 
via an application button -- not the browsers print button. Alternatively 
one can use CFEXECUTE to run Access or FoxPro report writer on the server 
and print to a PDF file which is then displayed in the browser and printed 
accordingly (the latter requires the CF administrator  permission to run 
CFEXECUTE, which is unlikely on hosted shared servers).

Don't you just love the fact that these hot-shot tool developers provide us 
poor little application developers with these half-baked tools.

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Michael Lugassy [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, April 17, 2001 11:55 AM
To: CF-Talk
Subject:Re: Creating Page Breaks to make page printable?

If you mean a printable version for every page (just
like we did on:
http://www.imvamp.com/support/documentation/player/monitor/index.html
(click on: printable version)

you should use a table code that will break the line
at about 650 pixels width

just specify

table width=650
and on every td specify td width=650
this will break lines automaticlly at the end of the words with no need to
use  or special wrapping techniques.

just keep the table below 650pixels!
and make a clean page. people like it!

Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
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



RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Semrau, Steven L Mr SRA

My apologies if this has already been posted, our mail server had a hiccup
and I'm missing some of the posts.  Anyways what we had done was to set a
style of:

  
  H2 {page-break-before: always}


(CCS2 spec)

you can use whatever element you wish though.  Then where ever we wanted to
have a page-break for printing, we inserted a blank set of H2 tags
.

Our scenario was a single web page that contained a variable amount of
reports that the user selected from a previous page.  We then built the page
and inserted the H2 tags so when the user printed the screen, it would page
break appropriately.

Hope this helps.

Steven Semrau
SRA International, Inc.
Senior Member, Professional Staff
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Com:  (703) 805-1095
DSN:  (703) 655-1095


-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 10:04 AM
To: CF-Talk
Subject: RE: Creating Page Breaks to make page printable?


I did an ASP project a while back that required page breaks on print. After
head banging by a lot of people, I came up with the following code. 

When printed from "most" browsers, it prints in what looks like page breaks
because of the way browsers try to not break images. If you tie your text
content to an image (that is around 80% of the page height) with a table,
the browser will print what looks to the user as page breaks.

You might need to adjust the height of the spacer, but I think this is the
number that worked in Netscape and IE 3 up. 


  

Page One Content
  



  

Page Two Content
  
 


Paul Sizemore

Finish Line
3308 N Mitthoeffer Rd
Indianapolis, IN 46235
W: 317-899-1022 ext 3516


-Original Message-
From: Bill Davies [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 3:07 AM
To: CF-Talk
Subject: RE: Creating Page Breaks to make page printable?

Don't think page break is implemented in Navigator.

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: 17 April 2001 05:34
To: CF-Talk
Subject: Re: Creating Page Breaks to make page printable?


http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pageBre
akAfter.asp

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 6:20 PM
Subject: Re: Creating Page Breaks to make page printable?


>
> > Does anyone know of a way to force printing breaks of a document?
>
> You can do this with style sheets.
>
>
>
> --
> This message sent compliments of db Technology
>http://www.dbtech.net/
>
>
>
>
~~
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



avoid page breaks in Excel files using CF Report Builder

2005-04-07 Thread Rajani Chandra
Hi,  I'm using Coldfusion report builder to get the reports, in excel file one 
extra row is coming at the end of each page may be that is page break, I need 
continuous data, how to delete that row, is there any settings required for 
that one, I tried a lot, please help me.
  
Thanks for any information you can give me.

Thanks
Rajani.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54