Printable asp reports

Reply

Join Date: Feb 2004
Posts: 10
Reputation: venkat_9099 is an unknown quantity at this point 
Solved Threads: 0
venkat_9099 venkat_9099 is offline Offline
Newbie Poster

Printable asp reports

 
0
  #1
Feb 3rd, 2004
Hi,

I want to create invoices using ASP which should be printable and with page breaks. Please help

Thanks in advance
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 6
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Printable asp reports

 
0
  #2
Feb 22nd, 2004
Your question is too broad. What exactly do you need help in? This is just a record set dump with proper formatting. I don't see how it can be hard. Please get back to us with anything more you need.
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 10
Reputation: venkat_9099 is an unknown quantity at this point 
Solved Threads: 0
venkat_9099 venkat_9099 is offline Offline
Newbie Poster

Re: Printable asp reports

 
0
  #3
Feb 26th, 2004
I got it. I have used ASP to redirect to word
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 2
Reputation: kanwar_avtar@ho is an unknown quantity at this point 
Solved Threads: 0
kanwar_avtar@ho kanwar_avtar@ho is offline Offline
Newbie Poster

Re: Printable asp reports

 
0
  #4
Mar 30th, 2004
Can you tell me how
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 10
Reputation: venkat_9099 is an unknown quantity at this point 
Solved Threads: 0
venkat_9099 venkat_9099 is offline Offline
Newbie Poster

Re: Printable asp reports

 
0
  #5
Apr 6th, 2004
Response.ContentType = "application/vnd.ms-word" Response.AddHeader "Content-Disposition","attachment; filename=billing"&strInvoiceNumber&".doc" Response.Flush
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC