|
-
Nov 12th, 1999, 03:10 PM
#1
Thread Starter
Fanatic Member
Does anyone know why my printer doesn't print anything until I close my program (right after I click on the X button to close my program printer prints everything!!)???
I'm using simple Printer.Print thing with various number of copies but it shouldn't matter. I'm stuck in my attempts. If you know the answer please help!!!!!
Thanks
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
-
Nov 12th, 1999, 06:04 PM
#2
Lively Member
You have to use the printer.enddoc command to send it to the printer. I'm pretty sure this is the command that sends it to your printer, but I think I had that problem even when I used the enddoc command one time.
BJ
-
Nov 13th, 1999, 12:50 PM
#3
Thread Starter
Fanatic Member
Works for me. Thanks
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
-
Nov 16th, 1999, 10:56 AM
#4
New Member
That doesn't Work for me. It gives me some kind of an error. Can someone send me an example of how to use it? I have VB6.
-
Nov 16th, 1999, 07:07 PM
#5
Sure thing:
Printer.Print "Hello, this is a sample text"
Printer.EndDoc
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|