Search found 12 matches: prnstat

Return to advanced search

Re: How i can discover if my printer is off?

Dear All,

Samples\PrnStat.prg.

Does it work with Print Server or Shared Printer?

Thanks in advance,
by dutch
Sat Sep 14, 2013 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How i can discover if my printer is off?
Replies: 2
Views: 864

Re: How i can discover if my printer is off?

... #define PRINTER_STATUS_DOOR_OPEN 4194304 #define PRINTER_STATUS_SERVER_UNKNOWN 8388608 #define PRINTER_STATUS_POWER_SAVE 16777216 Sample: SAMPLES\prnstat.prg Another Solution : You can run a VB-Script that scans the Status of all installed Printers Click on the File or run from inside Your App. ...
by ukoenig
Wed Feb 08, 2012 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How i can discover if my printer is off?
Replies: 2
Views: 864

Re: PRINTER_STATUS

Hello Otto,

have a look at FWH\samples\prnstat.prg

Best Regards
Uwe :lol:
by ukoenig
Sat May 15, 2010 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINTER_STATUS
Replies: 6
Views: 1223

Re: How to get any information from Printer or Printer driver?

ukoenig wrote:Hello Richard,

please have a look at : \samples\prnstat.prg how to use Printer-Informations.
For many more functions at FWH-Docs < Fivewin Functions Guide => Printing >

Best Regard
Uwe :lol:


Hi Uwe,

Thanks for your feeback.
by richard-service
Fri Nov 13, 2009 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get any information from Printer or Printer driver?
Replies: 2
Views: 472

Re: How to get any information from Printer or Printer driver?

Hello Richard,

please have a look at : \samples\prnstat.prg how to use Printer-Informations.
For many more functions at FWH-Docs < Fivewin Functions Guide => Printing >

Best Regard
Uwe :lol:
by ukoenig
Fri Nov 13, 2009 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get any information from Printer or Printer driver?
Replies: 2
Views: 472

Re: Printers

Hello Stefan, The sample prnstat.prg shows : Function Main() local nStatus := PrnStatus( "LPT1:" ) MsgInfo( nStatus ) return nil I had a look at printdc.c ( subdirectory /winapi ) PRNSTATUS( PARAMS ) // cPrinter or cPrinterServer ...
by ukoenig
Tue Jun 02, 2009 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printers
Replies: 11
Views: 2135

Re: prnstat

Si es una funcion muy necesaria ya q trabajo con la plataforma de windows 2000 y xp.

siemepre manda ese codigo de error.

Heeeeeeelllllllllllllllllllpppppppppppppp!!!!!!!!!!!!!
by Olguiver
Thu Aug 10, 2006 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: prnstat
Replies: 3
Views: 932

prnstat

alguien a podido poner a funcionar a PRNSTAT siempre lanza 4096 STATUS_NOT_AVAILABLE o tengo otra forma en harbour de simular la isprinter()
agradezco la ayuda.
by mag071
Thu Aug 10, 2006 5:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: prnstat
Replies: 3
Views: 932

Por favor revisad fwh\samples\prnstat.prg
by Antonio Linares
Tue Aug 08, 2006 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LA FUNCION PrnStatus()
Replies: 3
Views: 1100

FWH build abril 2006

... bChanged y la clausla UPDATE para usarlas conjuntamente. Gracias a James Bott ! * Mejora: Algunas mejoras en la clase TRichEdit. * Nuevo: Función PrnStatus() --> nstatus. Por favor, revise samples\PrnStat.prg para un ejemplo funcional. Esta función todavía se está probando.
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3313

FTDN new April 2006 build / nuevo build de Abril 2006

... improved bChanged and the UPDATE clause used together. Thanks to James Bott. * Enhancement: Class TRichEdit, some enhancements. * New: function PrnStatus() --> nStatus. Please review samples\PrnStat.prg for a working sample. This function is still under testing.
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3313

Hola Angel,

Yo utilizo en fw/blinker prnstat, pero en fwh no funciona, te anexo el fuente yo no conozco C, si lo puedes poner a funcionar por favor me lo envias. El uso es muy simple unicamente enlazas el OBJ y antes de imprimir e invocas PRNSTAT( 1 ) y te devuelve .T./.F.

Saludos
by Alvaro Urdaneta
Sun Apr 02, 2006 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDosPrint y detectar estado de la impresora
Replies: 12
Views: 2842

Return to advanced search