Search found 130 matches: matrix

Return to advanced search

Re: Dot Matrix Printing on non-standard form

Dear Randal,

Thank you. We have tried that too, however we cannot make the AWB form the default form when printing. Any ideas?
by cdmmaui
Wed Jan 30, 2013 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dot Matrix Printing on non-standard form
Replies: 3
Views: 778

Re: Dot Matrix Printing on non-standard form

Darrell: We have a lot of users that use dot matrix printers and custom page sizes. We don't use the standard fwh print class or functions for these reports however, what we do is have the user define a custom page size in Windows and then set ...
by Randal
Wed Jan 30, 2013 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dot Matrix Printing on non-standard form
Replies: 3
Views: 778

Dot Matrix Printing on non-standard form

Hello, I continue to run in to problems when printing a non-standard form, in this case a 12 inch form, on a dot matrix printer. The printer is either an Espon LQ series or Okidata ML series; they both have drivers that support 12 inch forms. We have tested in Micrsoft Word and ...
by cdmmaui
Wed Jan 30, 2013 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dot Matrix Printing on non-standard form
Replies: 3
Views: 778

Re: Es posible imprimir bmp con tdosprn

Fabian,

seguro que si, busca en google impresión de códigos de barra con clipper, yo encontre este

http://www.foxite.com/archives/barcode-printing-on-dot-matrix-printer-0000119582.htm

seguro habran muchos mas

saludos

Marcelo
by Marcelo Via Giglio
Fri Oct 19, 2012 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Es posible imprimir bmp con tdosprn
Replies: 5
Views: 824

Re: LPT1 Matrix Printer to Windows printer

Set the printer to share and later use net use lpt1 to redirect lpt1 output to it

HTH
by hua
Thu Oct 18, 2012 2:29 am
 
Forum: Off Topic / Otros temas
Topic: LPT1 Matrix Printer to Windows printer
Replies: 1
Views: 494

LPT1 Matrix Printer to Windows printer

Hello!

One of our customers has an DOS app (rarely used) that prints to A3 matrix printer (FX-1170) via LPT1.
Is there any app to capture LPT1 and forward it to Windows printer?
What do you recommend?

Thanks, Roman
by modicr
Wed Oct 17, 2012 12:21 pm
 
Forum: Off Topic / Otros temas
Topic: LPT1 Matrix Printer to Windows printer
Replies: 1
Views: 494

xBrowse < DrawTextEx > on right-mouseclick ?

... is not refreshed. How to call < DrawTextEx > on right-mouseclick, after the new Image is selected ? oBrw:Refresh() doesn't work. The Image-matrix : http://www.pflegeplus.com/pictures/matrix.jpg < DrawTextEx > called inside Drawcell : FOR nCol := 1 to nColums    WITH ...
by ukoenig
Sun Aug 12, 2012 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse < DrawTextEx > on right-mouseclick ?
Replies: 0
Views: 434

Re: QR Codes

The QR code is a type of matrix barcode designed for the automotive industry. More recently, the system has become popular outside of the industry due to its fast readability and comparatively large storage capacity. We can set links ...
by peeterminy
Thu Aug 02, 2012 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR Codes
Replies: 9
Views: 4313

Re: TdosPrn con Preview e impresoras laser

artu01 wrote:i forgot to tell you that the problem is only with MATRICIAL PRINTERS connected to the USB port.


Sorry, as of now I don't have a Dot matrix printer connected to a USB port. I shall try to get one and test. Shall let you know the result.

Regards
Anser
by anserkk
Fri May 25, 2012 5:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19702

Re: Error Detected LME282

Verifica tús indices ó una matrix con errores.
by karinha
Thu Mar 22, 2012 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Detected LME282
Replies: 3
Views: 469

Re: EZScan, Barcode, OCR Testing

... works ok. FYI my plan for this software: We have 8 locations in Texas and Tennessee. We create about 600 to 1000+ forms a day on old Okidata dot matrix printers using multi-part pre-printed forms. They need to be scanned because there are signatures and damage information written on documents. ...
by Gale FORd
Sun Feb 19, 2012 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 6926

Re: hash with (x)harbour - knowledge base

... array? For example let's consider something similar to a spreadsheet where the columns are A to E, the rows are 1 to 6 [equivalent to array(5,6) matrix] The few questions that I have are: i. How to initialize it? [I mean its array(5,6) equivalent] ii. Would this be the correct way to create and ...
by Demont Brecht
Sat Nov 05, 2011 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7883

Re: hash with (x)harbour - knowledge base

... array? For example let's consider something similar to a spreadsheet where the columns are A to E, the rows are 1 to 6 [equivalent to array(5,6) matrix] The few questions that I have are: i. How to initialize it? [I mean its array(5,6) equivalent] ii. Would this be the correct way to create and ...
by hua
Wed Nov 02, 2011 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7883

Re: Problem with printed coordinates for dot-matrix printer

Darrell,

I am having problems printing to a dot matrix printer


You didn't say what the problem is.

To get a form feed try using the FW function Escape() to send escape codes directly to the printer. I think this would be Escape( oPrn:hDC, 12) for a form feed.

Regards,
James
by James Bott
Fri Jul 15, 2011 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with printed coordinates for dot-matrix printer
Replies: 1
Views: 424

Problem with printed coordinates for dot-matrix printer

Hello Everyone, I am having problems printing to a dot matrix printer, Okidata ML 320. I am trying to change the paper length to 12 inches which is supported by the printer. I am using the following code print a grid with rows and columns to determine ...
by cdmmaui
Wed Jul 13, 2011 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with printed coordinates for dot-matrix printer
Replies: 1
Views: 424
PreviousNext

Return to advanced search