Saludos
Necesito salida por impresora serial
Recuerdo clipper SET PRINTO TO COM1:
Agradecido por su aporte
Juan Navas
PrintFileRaw( "\\PC\IMPCOMPARTIDA", cFilePRN )
oPrn:=TDosPrn():New( "C:\LISTADO.TXT" )
PrnSetSize(800,1400)
oprn:command("27","64" )
oprn:Say(1,1,PADC(CHR(27)+"E1"+"Impresión por puerto COM1"+CHR(27)+"E0",49) )
oPrn:Say(3,0,CHR(27)+CHR(105) ) //corte
oPrn:End()
PrintFileRaw( "\\NombrePC\NombreImpCompartida", "C:\LISTADO.TX" )
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 39 guests