Printing On A Continuous Paper Through A Thermal Printer Using Crystal Reports

Mar 11, 2010

I'm trying to take a print on a Continuous Paper through a Thermal Printer ZP 2844 using Crystal Reports 2008 along with Visual Basic .NET 2008. I've set the page size to 3.00 inches as width & 3.00 inches as height. It prints well when the contents are a few on a single page but it puts gap when printing more than single page. There's no page margins set in crystal reports & the printing setup is the same in Crystal Reports as well as in Printer's Setup. Even in Print Preview of Crystal Report, it shows 2 pages to be printed but there's neither any gap at the end of first page & the start of second page. But! Still, a gap is shown when the report is printed. Here's an example how the print is show:

----------
Product Qty Amount
Item1 1 100
Item2 1 100

[Code]....

You can notice the gap between Item3 & Item4 which is due to next page or page break or so. I've noticed that in Crystal Report Viewer for Web, there's an option of SeparatePages = False which let you have a single/continuous page printing but I've not found any such option in Crystal Report Viewer for Desktop.

View 1 Replies


ADVERTISEMENT

Printing To Thermal Printer

Nov 28, 2011

Im making a POS system and so far all is great, im up to making the thermal printers work (2nd last thing on the list).I got my shiny new printers yesterday and they are a generic brand, they are compatible with epson commands (and yes it came with a book of ESC codes, which also confuse me).My issue is this, i "installed" them but windows will not recognise them as a printer. How can I print direct to them? baring in mind they are USB printers.I know it can do so in its current setup as there is a test program that prints fine.

View 3 Replies

VS 2008 Thermal Printer Printing?

Dec 2, 2010

I have one thermal printer Datecs ESC/POS Printer EP-50,and I need to print something like in the image :

I use this code :
vb.Net
Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As

[code].....

View 7 Replies

Stop Printing And Paper Feeding In The Middle Of Printing In Dot Matrix Printer?

Jul 1, 2010

I need stop printing and paper feeding in the middle of printing in dot matrix printer.(Like a POS Printer - When wrote 'End Doc' on POS printer can stop paper feeding)

View 4 Replies

VS 2008 Printing Bills And Reports On A4 Paper

Aug 17, 2010

What is the best way to print bills on A4 paper? I made a program for POS cash and I wonna now print bills on A4 paper from usb printer. I currently using webbrowser function and through html codes I print my bills. webbrowser.print but there are a lot of problems when printing bills.

View 2 Replies

Custom Paper Size Printing In Dot Matrix Printer With Tear Off

Sep 10, 2007

I am facing a problem in printing document using custom paper sizes in dot matrix printer,i created a new paper size thru code and try to use the same paper size for printing, in preview it shows exactly [ giving output in same pape size ], but while printing the paper moves for A4/Letter and i cann't able to enable the Tear off Mode.i am using C# 2005.

View 2 Replies

VS 2008 Printing/Crystal Reports?

Oct 8, 2009

A couple of things firstly When I create a new Crystal Reports file (using the built in Crystal Reports in Visual Studio) I create a blank document. I then insert a Text label type text and goto properties and Visual Studio Exits with no rhyme or reason. No error. Anyone experienced this or get any ideas?

Secondly I have a form with a load of text boxes in a column/row arrangement and text labels as column headers. I then want to be able print these in nice view (I have a certain way I have to display the print out.

I have never used Crystal Reports but I thought this would be the way to go about it. Is this right or is there another easy way? If it is can anyone point me to any example (preferablly begginer and basic) that I can read and learn from?

View 2 Replies

Ticket Printing Via Crystal Reports (.NET) With Epson LX-300+?

Nov 24, 2010

I have some problems in printing ticket by dot matrix printer.I have EPSON LX-300+ I am using VB.NET 2008 and Crystal Reports I am using rpt.PrintToPrinter(1, False, 1, 1) method to print?My problem is when I print my ticket, the alignment is perfect but the printer eject the latter size of ticket papers. It should stop after one ticket.ticket size Height=4,width=10 paper setup in Crystal Reports and in printer property is envelop #10 9 1/2 * 4 1/8 in.

View 1 Replies

Send Data To Thermal Printer?

Apr 21, 2011

Possible Duplicate: .NET code to send ZPL to Zebra printers

My company has a Eltron 2543 thermal printer. I'm developing an VB.NET application incorporating FedEx web services to print off shipping labels.I can save off the data file without a problem, but I was wondering how I send this data stream to a shared printer on a network. Do I need to include the Eltron 2543 driver in my solution? I've tried haven't work so I guess I'm looking for an expert who has dealt with printers (particularly thermal) to get me moving in the right direction.

View 1 Replies

Visual Studio - Print POS Receipt Using 2005 With Thermal Printer?

Sep 29, 2011

Using VB.NET 2005 Express edition, I have a task to create a simple receipt using a Epson TM T88IV Thermal printer. I don't have any idea where to start. Can you show some good example or links that I can study to create an application?

View 1 Replies

Deploying Crystal Reports - Adding Crystal Reports To The Setup And Deployment

Jun 21, 2010

I am working on VB.NET(Visual studio 2008)..I completed developing my application and i need to deploy the application. I tried it and faced problems in some areas like adding crystal reports to the setup and deployment. I created a setup file to my application and everything is fine except crystal reports...its showing the error like; An error occurred in crystalDecisions.Reports, crystalEngine threw exception.

View 2 Replies

Difference Between Crystal Reports In Vb - Create Crystal Reports In Vb?

Apr 14, 2009

tell me wat is the difference between crystal reports created in vb and in vb.net??how to create crystal reports in vb??

View 1 Replies

Printing On DotMatrix Printer (Ascii Printing) - Print Wont Come Right

Dec 6, 2010

I am using VB 2008 & Access Databases for creating WinForm Applications. Also i am using Crystal Reports for Report solution. my question is How do i created reports such a way that they can be printed in faster Ascii Format on any DotMatrix printer. The default true type fonts make printing very slower.

I tried to use "Draft 10 cpi" font which come to available me after i installed a correct driver for my Epson printer. which also helped me overcome this problem. however it wont be the scenario with all my clients i.e. they might have different printers having different Make with different drivers installed. i have tried to open such project on there PC but the printing wont come in Draft instead the fonts get expanded too much & the print wont come right.

View 8 Replies

Print By Printer On Custom Paper?

Jun 18, 2012

This is pankaj, I am currently working on the printing project. Here I have creating a custom paper(height =

1000mm and width = 800mm) on the printer via code and then trying to print the text on a specific location (for

example. top = 1cm and left = 1cm). It does not print the text After trying many time i found that printable area,

created by the code, is not changed but it is changing height and width as custom paper i have given in the code. But still it's printable area remains the same as previous paper

View 2 Replies

Testing The Paper Is Finish In Printer?

Mar 25, 2009

how to get a warning in my VB program when the paper in the printer was over.

View 1 Replies

VS 2010 Reports - Printing - Preview Reports From A Datagrid?

Dec 9, 2010

Basically, I am looking for a method on how to preview reports from a datagrid or it can be from the access database which populates the data to the datagrid (then displays this in the datagridview) in vb.net vs 2010.I believe there are two methods using the ReportViewer or using Crystal Reports, but so far, I have no idea how to get them to work. The first idea would be favourable - using the data from a datagridview (which may of already been sorted, filter etc) and be able to produce a report on that.

View 1 Replies

Change Printer Default Paper Size?

Aug 10, 2011

What i want to do is simple but at the same time complicated. I have multiple .PDF file and i want to print them all. Thing is, all the .PDF are in 8,5 X 11 paper size. The printer is also on this paper size by default and i want to print them in a different size. I want to change the default printer size programatically so it prints in the right format. I need to change this in the program because i need to print in a few different paper size.

here is some code

Dim Process1 As New Process
Dim starter As New ProcessStartInfo("C:Program FilesAdobeReader 10.0ReaderAcroRd32.exe", "/t " + path + filename + " " + printername + "")

[Code].....

View 4 Replies

Printer Preferences - Paper Options (Type Is)

May 7, 2011

My HP LaserJet 1018 Printer Preferences has "Paper options" with four options: Use different paper, Size is, source is, Type is. "Type is" has options such as: Plain, label, card stock, envelope etc. Apparently this information is relayed to the printer and affects its operations. In my case when I put in labels the heavier paper is not pulled correctly and the registration is often off. How can I choose one of these from VB 2008 .NET? I find "paper size" but not "type is" among the many options for Printer Settings.

View 1 Replies

VS 2010 Changing Printer Paper Size?

May 16, 2012

I need to set the paper size on a printer to A4. I have tried several different ways to do this but keep getting errors. Currently trying some code I found on the net but I am getting errorsType 'PaperSize' is not defined&PaperKind' is not declaredI am using the following

Private Sub PrintDocument1_PrintPage(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
Dim ps As PaperSize

[code].....

View 2 Replies

Creating Reports In Crystal Reports That Is Integrated Within Visual Studio 2008?

Aug 26, 2011

I am creating reports in Crystal Reports that is integrated within Visual Studio 2008, and I noticed that some of the features are disabled. One is the ability to link tables with a Right Outer Join or Full Outer Join. I also cannot "Show SQL Query" in Crystal Reports. Is this something I can enable or do I have to purchase or upgrade?

View 1 Replies

Escape Char To Relode The Paper In A Dotmatrix Printer?

Apr 13, 2010

Is there any printer char to relode the paper in a dot matrix printer. Actually after a copy is printed i need to reset the paper on the top of the page to get the next print.

View 4 Replies

Printing - How To Set Paper Size

Sep 2, 2009

I'm learning about printing and have made good progress but there is still one thing I can't understand. I can set the paper size using "papersize" but should I use "paperkind" - is so, how do I use it? When I want to use the standard papersizes(A4, A5 etc) what method is best?

View 2 Replies

Set The Location For Printing On Paper?

Apr 5, 2009

does anyone know the code for this?I want to set the location for printing on paper. If the number has a decimal then it goes to this location but if it doesnt it goes to another? what is the code for if number has a decimal places btw using vb 2008

View 3 Replies

VS 2010 Printing On A3 Paper?

Feb 8, 2012

Attached is an excel file which I want you to have a look at. Usually the staff fills in this form manually in 2 copies everyday and this is becoming very tedious. So what I was thinking is to design a form with labels (which represent the columns on the excel sheet) and text boxes. Let's say for each 5 records they capture, they can take out a printout on A3 paper like the same format in the excel sheet. I know we can do that directly on the excel sheet but the thing is all the data captured will be used in another application I have developed.

View 1 Replies

Create User Defined Paper Size To A Network Printer?

Sep 30, 2010

How can I create a user defined paper size to a network printer on Windows XP ?

View 12 Replies

Define User Defined Paper Size In Bar Code Zebra Printer?

May 1, 2009

How to define user defined paper size in bar code zebra printer using dot net

View 5 Replies

Microsoft Fax - Printing Incorrect Paper Size

Nov 18, 2011

I have written a program in VB that sends faxes to my customers. When I test it, the fax machine prints the output on legal paper and I have no idea why. I have checked everything that I can find and I don't see anything in the API to set the paper size. I am setting the body to a PDF file. When I print the PDF file locally, it prints just fine. I have tried other files, output from other programs (i.e. word) and the end result is always the same.

View 2 Replies

Printing - Print On A Variable Height Paper?

Apr 11, 2011

I want to print bill on a roll paper using vb.net. The requirements are as follows: The width of the page is 300 pixels or 3 inches. The height of the page is variable, depending on the number of the rows in the datagrid. The page header will have an image. The names of the items could be long, so they should not be chopped, rather print on the next line.

How should I go about it?

View 1 Replies

Reverse Feed Paper So That Printing Starts From Top

May 24, 2009

In my application i am printing invoices by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice it is esential to reverse feed the paper so that the printing starts from the top. The problem is how to reverse feed the paper.Is there any command for it .or simply the printing should start from the beginning of the paper.I am using tvs msp seri---350 paper length is 4 inch

View 1 Replies

Reverse Feed The Paper So That The Printing Starts From The Top?

Dec 17, 2009

n my application i am printing invoices by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice it is esential to reverse feed the paper so that the printing starts from the top.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved