FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para CA-Clipper Ayuda Como puedo emular set pinter to arch
Posts: 142
Joined: Sun Oct 09, 2005 01:36 AM
Ayuda Como puedo emular set pinter to arch
Posted: Sun Feb 04, 2007 01:31 PM

Estimados Colegas

Estoy migrando un aplicacion clipper y tiene un si fin de reportes a
archivos txt Como puedo emular el set printer to archivo desde fivewin

desde ya muchas gracias
Fabian

databaselab2002@yahoo.com.ar

Posts: 350
Joined: Wed Nov 02, 2005 03:28 PM
Si usas Report
Posted: Tue Feb 06, 2007 11:49 AM

Si usas Report tienes la opcion: REPORT [ <oReport> ] ;
[ TITLE <bTitle, ...> [< LEFT | CENTER | CENTERED | RIGHT > ] ];
[ HEADER <bHead, ...> [< LEFT | CENTER | CENTERED | RIGHT > ] ];
[ FOOTER <bFoot, ...> [< LEFT | CENTER | CENTERED | RIGHT > ] ];
[ FONT <oFont, ...> ] ;
[ PEN <oPen, ...> ] ;
[ < SUMMARY > ] ;
[ < FILE | FILENAME | DISK > <cRptFile> ] ;
[ < NAME | RESNAME | RESOURCE > <cResName> ] ;
[ < TO PRINTER > ] ;
[ < PREVIEW > ] ;
[ TO FILE <toFile> ] ; <-------AQUI
[ TO DEVICE <oDevice> ] ;
[ CAPTION <cName> ]

Saludos,
Regards,

Jose Luis Alepuz
joseluis@mancomputer.com
www.mancomputer.com

Continue the discussion