Estimados Colegas
Como puedo hacer para que cuando mando la impresion a un archivo
con tdosprn no me aparezcan caracteres de control en el margen superior
izquierdo
Codigo
define _DLL_CH
#include "FiveWin.ch" // Cabezera de FW
Function Textof
linecnt = 3
oPrn :=tDosPrn():New( "Ped.Prn" )
oPrn:Say( linecnt, 1 , "1234 Linea1")
linecnt = linecnt + 1
oPrn:Say( linecnt, 1, "linea2" )
linecnt = linecnt + 1
oPrn:Say( linecnt, 1, "" )
alerT("Termino el proceso",,"Proceso")
Archivo Prn
Me aparecen _
PW0F5
1234 Linea1
linea2
Ayuda con tdosprn
-
- Posts: 142
- Joined: Sun Oct 09, 2005 1:36 am
Return to “FiveWin para Harbour/xHarbour”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)