Search found 27 matches: deskjet

Return to advanced search

Re: Font sizing for printout.

... dimension of the paper but it is the printable area of the page. All the vars refer to the printable area except for GetPhySize(). oPrn:cModel: HP DeskJet 420,winspool,LPT1: oPrn:nHorzRes(): 2400 [2400/300 dpi = 8 inches] oPrn:nVertRes(): 3025 [3025/300 dpi = 10.1 inches] oPrn:nLogPixelx(): 300 ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: To Rick

... This calculation allows the printed content to be placed on the page at the same ( visual ) co-ordinates regardless if the printer .. laserjet, deskjet ... Rick Lipkin
by Rick Lipkin
Tue Feb 05, 2019 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rick
Replies: 4
Views: 803

Re: How to access a scanner via TWAIN.

jfaguiar wrote:Good morning, Enrico.
What your scanner? I'm with a Kodak i1120. With Fivewin for xHarbour 13.07 and Bcc 7.3


HP Deskjet F380, latest FWH and same BCC.

EMG
by Enrico Maria Giordano
Wed Aug 02, 2017 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to access a scanner via TWAIN.
Replies: 24
Views: 5143

TReport: lAutoFit

Amigos del foro: Cansado de que mis reportes se deformen segun los diferentes tipos/MARCAS de impresoras: PdfCreator, HP DeskJet 305, Canon iP2700 y otros, decidi modificar la clase tReport de la siguiente forma: Defini dos nuevas datas    DATA lAutoFit, lReFit  El el metodo New() ...
by RSalazarU
Mon Apr 21, 2014 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport: lAutoFit
Replies: 1
Views: 320

Uninstall printer driver [Solved]

Dear friends,

I have an HP DeskJet F380 printer and would want to uninstall its software but I'm not able to uninstall the printer driver (the uninstall command just do nothing).

Any suggestion?

Thanks in advance.

EMG
by Enrico Maria Giordano
Thu Oct 10, 2013 8:44 am
 
Forum: Off Topic / Otros temas
Topic: Uninstall printer driver [Solved]
Replies: 2
Views: 554

Re: Reports designers comparison

... and place my text at the proper place... and yes, it can get difficult to create a form and place data on it that will print the same if it is a deskjet or laserjet printer. I realize the convenience of a Report Form and setting Fonts, groups and totals .. and Visual Studio has a very strong ...
by Rick Lipkin
Mon Jul 08, 2013 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reports designers comparison
Replies: 37
Views: 20367

Impresión de cheques printer DESKJET o LASER

Hola, a todos tengo que imprimir unos cheques en una impresoras DESKJET, me gustaria ver un ejemplo.

Gracias,

Juan Fco. Vásquez Mendoza
Rep. Dominicana
Santiago de Los Caballeros
by juan fco. vasquez Mendoza
Tue May 18, 2010 8:14 pm
 
Forum: FiveWin para CA-Clipper
Topic: Impresión de cheques printer DESKJET o LASER
Replies: 0
Views: 815

Ayuda Problema con report y multifuncion hp f4180

Estimado Colegas Tengo un problema con la impresion de reportes en una deskjet hp f4180 con report en la previsualizacion me salen un letras grandisimas con el mensaje de que excede el ancho de la hoja , como asi tambien en la impresion de ticket con tprinter ...
by Databaselab2002
Tue Feb 23, 2010 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Problema con report y multifuncion hp f4180
Replies: 2
Views: 534

Re: Vista Printing issue

... more than just prngetname() for this This is the function i use, it works on both Vista and Xp This is a sample of what is needed to print // HP Deskjet F300 Series,winspool,Ne01: HTH Richard AIMPRI := GETIMPRI(@AIMPRI) OPRN := TPrinter():New(" Impression", .F. , .T. , AIMPRI[1] , .T. ...
by Richard Chidiak
Tue Oct 06, 2009 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vista Printing issue
Replies: 2
Views: 625

Re: Nuevo! Kinetic Scrolling en FWH 9.08 !!! :-)

... 10 KINETIC SCROLL TEST FOR WBROWSE IN FWH 9.08 11 kineticw 12 Acrobat IEHelper 13 igfxtrayWindow 14 MCI command handling window 15 IMMIF UI 16 HP Deskjet D1400 series (Esta es) - Estado 17 DeviceIO Notificaton Window 18 Firebird Server 19 ElbyTrayWindow 20 Firebird Guardian 21 Connections Tray ...
by FranciscoA
Sun Aug 23, 2009 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo! Kinetic Scrolling en FWH 9.08 !!! :-)
Replies: 5
Views: 1141

PARA EL MASTER MERCADO TSBROWSE

... Plus! 15 DDE Server Window 16 CTicketManagerWnd 17 IMON Hidden Window 18 RTCMediaMessageWindow 19 CRTCMediaController 20 CRTCClient 21 HP Deskjet 3900 Series - Estado 22 WOWExec 23 AiODeeDeeNotificationWindow 24 Connections Tray 25 SiS Utility Tray 26 IHW2 27 DIEmWin 28 MessageFromSti ...
by mantonio_08
Fri Aug 22, 2008 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA EL MASTER MERCADO TSBROWSE
Replies: 1
Views: 955

... oPrinter:EndPage() ENDPRINT Unfortunately both don't work in Laser printer (prints a blank sheet), in Deskjet it´s OK... Thanks for your help Regards
by yury
Wed Aug 20, 2008 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method print() TWindow = diferences between Laser x Deskjet
Replies: 4
Views: 1154

Method print() TWindow = diferences between Laser x Deskjet

Hi everyone ! This code below prints the dialog (obj is the parameter)... In deskjet printer (300 dpi) works fine, but in laser printer (600 dpi) it´s not OK, the image on the paper is too small It´s possible fixed this ? FUNCTION Printer_Dlg(obj) LOCAL ...
by yury
Wed Aug 20, 2008 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method print() TWindow = diferences between Laser x Deskjet
Replies: 4
Views: 1154

PARA M. MERCADO SOBRE TSBROWSE ERROR

... 10 LP Main Window 11 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE} 12 WMMonitor Win 13 LPEXT_DOK_LISTENER 14 SecExtNotifier 15 LPGXManager 16 HP Deskjet 3900 Series - Estado 17 AiODeeDeeNotificationWindow 18 IHW2 19 Connections Tray 20 SiS Utility Tray 21 MessageFromSti 22 ButtonManager 23 DIEmWin ...
by mantonio_08
Wed Jul 09, 2008 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA M. MERCADO SOBRE TSBROWSE ERROR
Replies: 6
Views: 2478

DATABASE O NO DATABASE,, nose si la clase o el RC da error

... CSHTrayIconWindow 31 LPTimer-{312C2D21-593B-4e71-8E7C-A45397847FEE} 32 WMMonitor Win 33 LPEXT_DOK_LISTENER 34 SecExtNotifier 35 LPGXManager 36 HP Deskjet 3900 Series - Estado 37 AiODeeDeeNotificationWindow 38 AVG Free Edition - Control Center 39 DIEmWin 40 SiS Utility Tray 41 Connections Tray ...
by mantonio_08
Mon Feb 11, 2008 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DATABASE O NO DATABASE,, nose si la clase o el RC da error
Replies: 1
Views: 1294
Next

Return to advanced search