Search found 14 matches: isprint

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

... IsLower(<cString>)->lBoolean IsLower(<cString>)->lIsLowerCase IsNegative(<cChar>)->lIsNo IsPrint(<cString>)->lIs7BitPrintableChar IsPrinter()->lReady IsPrinter([<cPrinterName>])->lIsPrinter IsPunct(<cString>)->lIsPunctuationChar ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... IsColour IsDbExcl IsDbFlock IsDbRLock IsDigit IsDigit IsDir IsDirectory IsDisk IsFunction IsGraph IsLeap IsLocked IsLower IsLower IsNegative IsPrint IsPrinter IsPrinter IsPunct IsSpace IsUpper IsUpper IsXDigit JustLeft JustRight KbdStat KeySec KeyTime KSetIns KSetNum KSetScroll L2Bin LastDayoM ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: Test to see if USB Printer is ready

... Info See also: GetDefaultPrinter(), GetPrinters(), PCol(), PRow(), SET DEVICE, SET PRINTER, SetPrc() Category: Printer functions Source: rtl\isprint.c LIB: xhb.lib DLL: xhbdll.dll Example // The example outlines possibilities of getting printer information // different from CA-Clipper (DOS). ...
by sambomb
Thu May 21, 2015 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test to see if USB Printer is ready
Replies: 20
Views: 5802

CLASE TDOSPRN NO IMPRIME EN LPT1

... a todos: Su ayuda por favor utilizo la clase Tdosprn de fwh 14.12 con Harbour 3.2, pero no me manda la impresión. Que podría ser? LOCAL oPrn IF !IsPrint("LPT1:") RETURN nil ENDIF oPrn := TDosPrn():New("LPT1") oPrn:StartPage() oPrn:say(10,10,"Prueba de Impresión") ...
by Yessica
Mon Feb 16, 2015 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASE TDOSPRN NO IMPRIME EN LPT1
Replies: 3
Views: 546

Re: IsPrinter()

Porfa, muestra un ejemplo sencillo de como estás haciendo.  STATIC FUNCTION Impresion( oQry )LOCAL oPrnIF !IsPrint("LPT1:")   RETURN nilENDIFoPrn := TDosPrn():New("LPT1")... La funcion IsPrint es la que me pasaste vos ...
by cmsoft
Thu Jun 19, 2014 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsPrinter()
Replies: 12
Views: 2020

ERROR en la generacion de HARBOUR - checkbox.prg(132)

... source\rtl\hbtoken.c: source\rtl\hbzlib.c: source\rtl\idle.c: source\rtl\inkey.c: source\rtl\inkeyapi.c: source\rtl\is.c: source\rtl\isprint.c: source\rtl\itemseri.c: source\rtl\langapi.c: source\rtl\left.c: source\rtl\len.c: source\rtl\lennum.c: source\rtl\math.c: source\rtl\maxrow.c: ...
by jmansur
Wed Mar 25, 2009 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR en la generacion de HARBOUR - checkbox.prg(132)
Replies: 1
Views: 749

Re: Migracion a HB: HB_SYMBOL_NAME_LEN

... source\rtl\hbtoken.c: source\rtl\hbzlib.c: source\rtl\idle.c: source\rtl\inkey.c: source\rtl\inkeyapi.c: source\rtl\is.c: source\rtl\isprint.c: source\rtl\itemseri.c: source\rtl\langapi.c: source\rtl\left.c: source\rtl\len.c: source\rtl\lennum.c: source\rtl\math.c: source\rtl\maxrow.c: ...
by jmansur
Wed Mar 25, 2009 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migracion a HB: HB_SYMBOL_NAME_LEN
Replies: 5
Views: 1192

Esto lo he sacado de un ost de este foro: function IsPrint( QuePrinter ) LOCAL nStatus DEFAULT QuePrinter := "LPT1:" nStatus := PrnStatus( QuePrinter ) if nStatus < 1 ; return "Impressora OK" elseif nStatus = 1 ; return "Impressora Pausada" elseif ...
by karinha
Wed Nov 12, 2008 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: comprobar si una impresora está fuera de línea o en línea
Replies: 6
Views: 1470

Esto lo he sacado de un ost de este foro: function IsPrint( QuePrinter ) LOCAL nStatus DEFAULT QuePrinter := "LPT1:" nStatus := PrnStatus( QuePrinter ) if nStatus < 1 ; return "Impressora OK" elseif nStatus = 1 ; return "Impressora Pausada" elseif ...
by antolin
Wed Nov 12, 2008 7:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: comprobar si una impresora está fuera de línea o en línea
Replies: 6
Views: 1470

Hi Antonio, Please check it ... and thanks C:\verzii\aaa>blinker fi proba,isprinter __ __ («») («») BLINKER Dynamic Overlay Linker 1.00 for CA-Clipper 5.3 ⌂ ___ Blink and you'll miss it !! Copyright (c) Assembler Software Manufacturers, Inc. 1990 - 1995 All Rights Reserved. Licensed solely ...
by avista
Wed Aug 13, 2008 2:10 pm
 
Forum: FiveWin for CA-Clipper
Topic: IsPrinter() & XP
Replies: 22
Views: 7173

... EXE it may require some missing external functions. Right now I have to go our of the office here, but when I get back I will help you with them: isprint.c (Borland 16 bits) // Harbour isprinter.c adapted source code for Borland C 16 bits #include <Winten.h> #include <Windows.h> ...
by Antonio Linares
Wed Aug 13, 2008 9:47 am
 
Forum: FiveWin for CA-Clipper
Topic: IsPrinter() & XP
Replies: 22
Views: 7173

new fivewin unresolved externals MSVC

I have just purchased new version of FWH. I'm trying to compile and Link with MSVC++ 6.0 (I'm normally a borland user). The compile step works but the link step has many unresolved errors. I'm using buildxm.bat to compile one of the sample programs. What am I missing? Here are the errors: ┌ ...
by don lowenstein
Wed Aug 15, 2007 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4077

Re: Imprimir en la Impresora - ELTRON-2642

Necesito un ejemplo de como se imprime en esta impresora. ELTRON TLP 2642. Utilice esta impresora en un viejo programa en Clipper 5.3, para imprimir etiquetas con código de barras. Te envio las funciones que deberás adaptarlas a FiveWin: *************************************** *** funciones para im...
by karinha
Wed Mar 28, 2007 10:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en la Impresora - ELTRON-2642
Replies: 4
Views: 1811

Re: Imprimir en la Impresora - ELTRON-2642

Necesito un ejemplo de como se imprime en esta impresora. ELTRON TLP 2642. Utilice esta impresora en un viejo programa en Clipper 5.3, para imprimir etiquetas con código de barras. Te envio las funciones que deberás adaptarlas a FiveWin: *************************************** *** funciones para im...
by Manuel Valdenebro
Wed Mar 28, 2007 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en la Impresora - ELTRON-2642
Replies: 4
Views: 1811

Return to advanced search

cron