473,385 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

how you print your invoice

Dear sir,

Our E-commerce site needs to print out a few 100s invoice a day. I do not
know what is the best way to print invoice. Those invoice has to be printed
on a very precise position on our invoice format paper.

I am thinking about the following to print the invoice.

1. Ms Access Report.
2. ASP.NET web form.
3. Windows Form.

What will be the best option to print invoice?

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com

Nov 18 '05 #1
3 2870
On Sun, 4 Jul 2004 19:09:09 +0200, Guoqi Zheng <no@sorry.nl> wrote:
Dear sir,

Our E-commerce site needs to print out a few 100s invoice a day. I do not
know what is the best way to print invoice. Those invoice has to be
printed
on a very precise position on our invoice format paper.

I am thinking about the following to print the invoice.

1. Ms Access Report.
2. ASP.NET web form.
3. Windows Form.

What will be the best option to print invoice?


Go with what you know. If you already use Access reports, then use that.
..NET has Crystal Reports integration which allows some nice layouts, and
ability to export to Excel and PDFs. But any one of these would work,
just depends on your needs, comfort level and what your architecture is.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #2
Thanks for the reply..

I am currently using Ms Access. Access is very simple to use. However, the
question is that it seems to me that the printing position is not very
stable in Ms Access. If I use the same Ms Access project application on
different computer with different resolution to print invoice. The printing
position changes a very little. A very little may be a problem already for
our bank who need to process our invoice.

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com

"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:opsamilasw75dg5d@g51y101...
On Sun, 4 Jul 2004 19:09:09 +0200, Guoqi Zheng <no@sorry.nl> wrote:
Dear sir,

Our E-commerce site needs to print out a few 100s invoice a day. I do not know what is the best way to print invoice. Those invoice has to be
printed
on a very precise position on our invoice format paper.

I am thinking about the following to print the invoice.

1. Ms Access Report.
2. ASP.NET web form.
3. Windows Form.

What will be the best option to print invoice?


Go with what you know. If you already use Access reports, then use that.
.NET has Crystal Reports integration which allows some nice layouts, and
ability to export to Excel and PDFs. But any one of these would work,
just depends on your needs, comfort level and what your architecture is.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #3
So send all print requeststo an application on a print server.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Guoqi Zheng" <no@sorry.nl> wrote in message
news:#W**************@TK2MSFTNGP10.phx.gbl...
Thanks for the reply..

I am currently using Ms Access. Access is very simple to use. However, the
question is that it seems to me that the printing position is not very
stable in Ms Access. If I use the same Ms Access project application on
different computer with different resolution to print invoice. The printing
position changes a very little. A very little may be a problem already for
our bank who need to process our invoice.

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com

"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:opsamilasw75dg5d@g51y101...
On Sun, 4 Jul 2004 19:09:09 +0200, Guoqi Zheng <no@sorry.nl> wrote:
Dear sir,

Our E-commerce site needs to print out a few 100s invoice a day. I do not know what is the best way to print invoice. Those invoice has to be
printed
on a very precise position on our invoice format paper.

I am thinking about the following to print the invoice.

1. Ms Access Report.
2. ASP.NET web form.
3. Windows Form.

What will be the best option to print invoice?


Go with what you know. If you already use Access reports, then use that.
.NET has Crystal Reports integration which allows some nice layouts, and
ability to export to Excel and PDFs. But any one of these would work,
just depends on your needs, comfort level and what your architecture is.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Alan | last post by:
While not rs.eof <td><%=rs("InvoiceNo")%></td> <td><%=rs("Name")%></td> <td><a href="InvoicePrint.asp?WInv=<%=rs("InvoiceNo")%>"></a></td> <td>Print this invoice</td> rs.MoveNext Wend Now...
0
by: Bill Hymel | last post by:
Access Printing - Just wondering if you have a solution for this problem - I need to be able to print an Invoice with the 'terms and conditions' on the back side of an Invoice. To do this, I...
2
by: project | last post by:
I want to print an sales invoice with out open crystal report. I want to know ,with out opening Crystal report, how can I give the command to be printing invoice. I'm using the following lines...
2
by: Dean Slindee | last post by:
Anybody written code in VB.NET to: 1) show a print preview window of reports already written and stored in an Access 2002 database; or 2) execute the print of a report stored in an Access 2002...
2
by: ahafeez | last post by:
Hello I am finding a problem in code to generate an output direct from Access Form. I am explaining my problem with the help of example I designed an invoice form on the MS Access and designed...
2
by: EnjoyNews | last post by:
Hi NG I have a site where an invoice is shown on the screen in a IFrame. I have this script on the site: <script type="text/javascript"> function zPrint(oTgt) { oTgt.focus(); oTgt.print(); }
1
by: ahafeez | last post by:
Hi readers I have an application in MS Access 2003 and having 2 forms i.e. Quotation & Invoice and I created their reports in crystal report and convert these reports in EXE files now i wanted to...
12
by: Studiotyphoon | last post by:
Hi, I have report which I need to print 3 times, but would like to have the following headings Customer Copy - Print 1 Accounts Copy - Print 2 File Copy -Print 3 I created a macro to...
1
by: mhafeez | last post by:
I have an invoice system developed in MS Access and invoice developed in Crystal Report 8.5. Now i want to print crystal report developed invoice from MS Access application Invoice Screen Directly by...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.