msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

long pause(s) before printing in an EPSON-LQ-300 PRINTER

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB DOS
Author Message
al



Joined: 04 Oct 2007
Posts: 1

PostPosted: Wed Sep 12, 2007 10:38 pm    Post subject: long pause(s) before printing in an EPSON-LQ-300 PRINTER Reply with quote

I ran an old clipper/dbase program on my windows xp. aside from the
"compressed" screen, i noticed that when i clicked on the print option from
my application, it did not print immediately (almost a minute) before it
finally printed. how can i correct this ?

Archived from group: microsoft>public>vb>dos
Back to top
View user's profile Send private message
Sinna



Joined: 04 Oct 2007
Posts: 191

PostPosted: Thu Sep 13, 2007 12:18 pm    Post subject: Re: long pause(s) before printing in an EPSON-LQ-300 PRINTER Reply with quote

al wrote:
> I ran an old clipper/dbase program on my windows xp. aside from the
> "compressed" screen, i noticed that when i clicked on the print option from
> my application, it did not print immediately (almost a minute) before it
> finally printed. how can i correct this ?

Perhaps something with print spooling?
Try to let the app print directly. See the printer properties in Windows.

Sinna
Back to top
View user's profile Send private message
Derek



Joined: 04 Oct 2007
Posts: 1

PostPosted: Fri Sep 14, 2007 12:35 am    Post subject: Re: long pause(s) before printing in an EPSON-LQ-300 PRINTER Reply with quote

On Sep 12, 7:38 pm, al wrote:
> I ran an old clipper/dbase program on my windows xp. aside from the
> "compressed" screen, i noticed that when i clicked on the print option from
> my application, it did not print immediately (almost a minute) before it
> finally printed. how can i correct this ?

The simplest way is to print ASCII character 12 which means "Start New
Page" to your Epson. Sending that should make the printer print
immediately.
The BASIC way of doing the would be

PRINT CHR$(12);

Unfortunately I no longer remember the Clipper code to do this but at
a Clipper newsgroup should be able to help.

Cheers

Derek

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Printing on serial printer I am trying to print directly to a thermal serial printer but when I try to initialize the COM port I get an error from Windows Load FrmConfig If venta = 0 Then Exit Sub If 3) = "COM" Then Init_Com Gprinter, Config$ 'Config$ = 9600,e,7,1

New problem - interaction between control arrays (long) One day, this will all be behind me and I'll look back ruefully at the hours that I wasted on this b####y project ...... I have a form with four seperate control arrays of option buttons. The form is used to (a) enable user configuration selection; (b) d

Printer USB port Hello By now, I write open "LPT1" for output as #30 width #30,255 ..... But, I buy a new printer without paral.lel port, it has a USB port only. I can't write the command "LPT1" .How can I do it. Also I can't make "Type AAAA > USB" Thank you Quim

Print on Network Printer via VBScript I want to access an Network Printer via With VB6 it's no problem and works, but with VBS the Printer.Print funktion doesn't work. So I tried to map my Printer to the LPT4 Port and wanted via the

OCX, object,control to manage a printer (pause,jobs..etc) ? Hello, I am using Visual Studio .NET 2003. Is there an OCX, Object, Control to manage a printer (pause, jobs..etc) ? Thanks for answering me..
Post new topic   Reply to topic    msvisual.com Forum Index -> VB DOS All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group