o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Print: to stop paper from scrolling by Print.end -

i'm building POS application, and i want to make a ticket print. but i can't stop the dot printer to stop scrolling since the the ticket is finished to print.

 

Print: to stop paper from scrolling by Print.end -
i'm building POS application, and i want to make a ticket print. but i can't stop the dot printer to stop scrolling since the the ticket is finished to print.


To take printout (countersales bill) -
I want to take the printout using printer object i want to change the paper size dynamically i used printer.papersize and printer.paperbin options but i am not getting. ex: if i use printer.print "hi" printer.print "hello" printer.enddoc /* at


How to print BMP and fit paper exactly -
I notice in some print dialogs it offers a feature to resize image to fit the paper exactly. What I am doing is scanning a 8.5 x 11 inch drawing to a bmp file. I then want to print it in VB and make it fit the paper exactly on any printer. Can someone tell me the best way to do this


Print with API -
Hello i am facing problem with WritePrinter API Call, although the API function is working, i am getting good result while Printing. but the My Program (API Calls) not able to Print as per the Paper setting of the OS. i have set the Paper size to Custome, in Printer Setings, if i


printing on pre formatted paper -
hello , i want to write a program that enable you to write some lines in order to print them on pre formatted paper HOW to print the text on lines ( that are on the pre formatted paper ) i have tried to make it , but when i do print , text goes away from the lines that are o


Printer Reverse Feed Code -
Hi. I have problem in back feed of continuous paper sheet in dot matrix printer. I am using the following code in vb6 to print private sub cmdprint_click() open "lpt1" for output as #1 print #1, "Sample" print #1,"" for i =1 to 5 (to leav


Print Half Size of A4 Page -
i got a problem printing continuous form with height half of A4 while the width is the same when i want to print 2 pages, the first one is correct (in 1st paper), then the printer is continue load 2nd paper, after then print pages 2 in 3rd paper.. how to fix this? PS: hope u u


How to print a line on paper -
Hi, I want to print a line on paper. Is there anything like "Printer.Print LINE"? I have been using "Printer.Print" to print data from a database with no problem, however I would like to have a line printed to separate profiles. I have browsed the forum, mo


Stop feeding paper after print -
Hi all, I want to stop feeding the paper after printing the records. Can I do this with crystal reports. Any command or property? Thanks in advance.


Print function -
I have a Dhtml scrolling text box and I want to have a print page button that will print all the information in the scrolling text box ONLY. Is there any way of doing this?


Printing Control -
Hello All.... We give service to a big internet cafe and they have a problem. Since there is many PCs a lot of people print stuff and never pick what they printed up, thus they dont pay, they just waste paper and ink. So... what I want to do is an application that when somebody send to


Print line by line -
Haloo, is there anyone how can we print text to the printer line by line rather than page by page using the printer object in visual basic. or in other word, i need the printer to stop once it finished printing my text rather than roll out the whole paper. And it should be able


Print input data -
I have a form with combox, text box, and Print button. User will enter data on those controls and click Print. I want to print all control boxes with data which filled in but Print command should not show on paper. Any ideas ? Thanks


Configuring paper type -
I'm trying to print a crystal report to a dot matrix printer. The paper size I want to print onto is 5 1/2 inchs (14cms) in height * 8.3 inches (21.1cms) in width but I can't find anywhere in crystal to set this paper size. I have also tried going into the printer setup in windows b


Print me.hdc -
Hi, I have drawn some graphics (lines actually) on my form using the hdc.But now I need to print it on paper.I know how to print text using the Printer object, but how would I print the whole form hdc.Also I need to print only the lines and not the background color. Can somone tell


Infinite paper height -
Can I make the Printer object's Height property set to infinity? I'm using a dot matrix printer to print on a spool of paper (similar to printing calculators), but I get form feeds partway through the print because it thinks the paper is ending. Is there a way to ignore the paper heigh


Printing on paper -
Hi, So far my project is coming i can successfully print information every where i need it and view it in several ways including grid method byt i ca not get to print on paper. Please help, Thanx in advance


Printing in Pre Printed paper -
Dear friends, Help in to print Pre printed stationer using visual basic. I have a paper size 6" inches height and 9.1 inches width. (continuous stationer) How can i set Printer.PaperSize = ? Now i give print some first bill printed and 1 or 2 paper skips. I hope it is


Print Problems! Please Help! -
Does anyone know how I can get my application to print a frame exactly the way it looks on the screen? I'm developing a "study plan/major checklist" application for my college. It used to be done on paper, but I thought it would be easier if it could all be typed. Essentia


Dot Matrix Printer Back Feed Codes -
Hi. I have problem in back feed of continuous paper sheet in tvs msp245 champion dot matrix printer from the tear off position. I am using the following code in vb6 to print private sub cmdprint_click() open "lpt1" for output as #1 print #1, "HELLO WOR


Print Orientation -
I have produced a Report using the Data Report Designer and want to print it in Landscape on a Printer defaulted to Portrait, without the intervention of the user. I have tried using the Orientation property without success although I can get it to work outside the Report. The error I


custom print area -
hi i'm need to print text into custom area of paper ( bank paper ). and now searching for solution that i can set point of print. please help me


Print autotext entry directly to printer -
I use Word automaton in my VB6 application. Is there a way to print an Autotext entry directly to the printer, this to print labels on continuous paper. (The autotext contains text and images) (i don't want to use the Word standard document printing this to avoid a page feed because


list box printing -
hi guys, would you know how to print the contents of a list box with style ? I mean not just plain print on paper, but with header or centered in the paper. I don't have any crystal report or any tool, I just want to print all that's in the list box without including the form. thank


Why Wont this work **Resolved** -
Private Sub Command1_Click() Open App.Path & txtcrypt.text For Output As #1 Print #1, "[RECORD]" Print #1, "MsgID=" & strNum Print #1, "MsgName=" & Text1.Text Print #1, "MailboxType=0" Print #1, "MsgPass


About printing the whole image from the browser -
How can I print out the whole big image from the browser if it is bigger than the size of the paper? When I tried to print out the image even thought I choose "scale to fit" from the print setup, the image still be cut. I do not mind if it can be printed out on more than o


Print on dot matrix printer... -
My Dears, Please help! I'm using VB6, MSSQL 2000 on Windows XP... LX-300+ printer installed (using continous paper) My problem is: My code is working fine, but I want to print using dot matrix printer without pulling the full page after printing one receipt. When i print to cer


Printing Txt out with a lined box around it -
Ok here is the deal, I'm for the most part a beginner in VB so if you have a answer to my question, try and break it down to a beginner level. I have taken a very basic VB class. Ok Question: What I'm trying to do is write a program that basically print out txt not necessarily on


Printing but screen is too large -
Greetings and Salutations! I am trying to print a Form. If it is maximized to my screen prior to printing, it is too large for the paper. This is what I am using to print the Form: Private Sub mnuPrint_Click() CommonDialog1.CancelError = True On Error GoTo CancelButton


Set paper size for a report -
I'm trying to print a crystal report to a dot matrix printer. The paper size I want to print onto is 5 1/2 inchs (14cms) in height * 8.3 inches (21.1cms) in width but I can't find anywhere in crystal to set this paper size. I have also tried going into the printer setup in windows b


Printing barcodes -
I need to batch print barcodes of 2x3 size on A4 size paper. I am able to only print one barcode in one paper. What do i do to print different barcodes in one paper.


Report customizing -
Hi, all. I have to print a group of invoices via web. The major problem is that i must set a custom paper size: 28cm x 22,5cm In fact none of the printer paper size match the named dimensions. That's it: trying to print page-break fails, e.g. the printer think that's an A4 paper


Is the user click on print button (CR) -
Is it possible to know if the user click on print button in Crystal Reports preview window ??? I have to know this because if the user print his formular, my application have to save the reference number to a database...I have to save this number only if a formular is printed...


3 paper to print graphics -
any way through my VB 6.0 when i give print command through vb 6.0 paper should be print with the following lines no matter from where u get it form the doc file or from control .if i use picture control that display the following line but how do i give the print command that prints th


Printing a form to A4 size paper -
I'm trying to print a long form that has a height greater than that of the screen in VB4. Whenever I print the form, it gets cut off about three-quarters way down an A4 page. Any ideas on how to stop this happening? Could it be something to do with the particular printer driver I'm usi


ShellExecute and print properties -
Is there a way to specify Print properties in code when attempting to print a Word doc? I'm using ShellExecute, which doesn't appear to give any control over the actual printing (I want to be able to print on both sides of the paper, flipping on long edge) but maybe there's another way


Crystal Report PaperSize setting -
Hi all masters I am using Crystal Reports for reporting with VB.net At the time of report design time I set the paper size to A4. Now using crystal report viewer's print button it prints the report assuming paper size what is set in default printer's preference options. (even


Loadin... txt boxes with 1 file -
I made somting simple and now i want the right way to load it... It saves fine but how do i load it in same way... Private Sub Form_Unload(Cancel As Integer) ff = FreeFile Open App.Path & "/txt.txt" For Output Lock Read As #ff Print #ff, Text3.Text Print


change page settings ;) -
hi i am using printer object to print a bill. i want them alinged and did that. but the whole content can be put in a 4 * 8 inch paper. i put a A4 size paper.... but when the printing is finished it will roll the whole paper out of the printer. i want the print


Print Automation -
I am trying to print a large number of tiff files. I am using the Wangedit control to load up the tiff's and see how big they are. then i am using the wangedit.printout method to print the tiffs. My problem is the print won't respond to my changing the size of the paper or oreintaion