Printing
-
Hello, I am developing a small application using VB.NET 2008 Express Edition and SQL Server CE. My customer need to print his cash receipt on a roll paper using dot matrix printer. The width of the paper is about 14cm. The input is taken from the database. I shall give you the layout of the receipt. Please give me a solution to this issue. ---------------tear----------------- (no need to print) ABC Enterprises New Delhi ----------------------------------- Date: Receipt Num : Name: ----------------------------------- Category | Amount ---------|------------------------- Abcd | 2500 Xyz | 250 ---------|------------------------- Total | 2750 Discount | 0 Amount | 2750 ---------|------------------------- Paid | 750 | Balance | 2000 ---------|------------------------- Some footer text ---------------tear----------------- (no need to print)
-
Hello, I am developing a small application using VB.NET 2008 Express Edition and SQL Server CE. My customer need to print his cash receipt on a roll paper using dot matrix printer. The width of the paper is about 14cm. The input is taken from the database. I shall give you the layout of the receipt. Please give me a solution to this issue. ---------------tear----------------- (no need to print) ABC Enterprises New Delhi ----------------------------------- Date: Receipt Num : Name: ----------------------------------- Category | Amount ---------|------------------------- Abcd | 2500 Xyz | 250 ---------|------------------------- Total | 2750 Discount | 0 Amount | 2750 ---------|------------------------- Paid | 750 | Balance | 2000 ---------|------------------------- Some footer text ---------------tear----------------- (no need to print)
Check out: http://www.ondotnet.com/pub/a/dotnet/2002/06/24/printing.html Hope this helps.
-
Check out: http://www.ondotnet.com/pub/a/dotnet/2002/06/24/printing.html Hope this helps.
Thank you bcozican...