Code: Select all
SetPrintDefault( AllTrim( oApp:imppdf ) )
PRINTER oPrn PREVIEW
oPrn:cdocument := aElectro:cnombre
PAGE
oPrn:ImportWMF( iif( lfacturab,"facturaB.emf","facturaA.emf" ) )
oPrn:CmSay( 0.85, 12.2, cTitu,oFont4,, RGB( 11,41,90 ) )
oPrn:CmSay( 1.03, 11.08, ( "Cod. " + cCod ), oFont3,, RGB( 11,41,90 ) )
oPrn:Cmsay( 1.3, 12.2, ( "Nº " + cNrofactu ),oFont4,, RGB( 11,41,90 ) )
oPrn:Cmsay( 2.1, 12.2, ( "FECHA: " + AllTrim(Transform(dfec,"@D" ) ) ), oFont,, RGB( 11,41,90 ) )
oPrn:CmSay( 4.35, 4.2, AllTrim( aCliente:napea ), oFont,, RGB( 0,0,0 ) )
oPrn:CmSay( 4.35, 17.2, valstr( aCliente:nclia ), oFont )
oPrn:CmSay( 4.75, 4.2, aCliente:domia,oFont )
etc,etc
Muchas Gracias