English:
Hello everyone, I would like to be able to print a rounded rectangle, but without pixelizing, since what I do does not like how it looks, I would like it to be uniform and without any border, that is, totally clean. Here I put an image of how he does it now and I don't like it:
Code:
Code: Select all
#include <hmg.ch>
*------------------------------------------------------------------------------*
///****************** PRUEBA DE IMPRESION *********************
*------------------------------------------------------------------------------*
Func Main( )
Local nL := 120 , cPrinter , cTitu := "Prueba" , cNif := "74.123.123-Q" , cDom := "San Adrián, nº 10", cPob := "Madrid" ,;
aAzul := {32,77,244} , aMarino := {13,29,138} , aRojo := {204,51,0} , aBlanco := {255,255,255}
cPrinter := GetPrinter()
If Empty (cPrinter)
Return
EndIf
SELECT PRINTER cPrinter ;
ORIENTATION PRINTER_ORIENT_PORTRAIT ;
PAPERSIZE PRINTER_PAPER_LETTER ;
QUALITY PRINTER_RES_HIGH ;
PREVIEW
START PRINTDOC
START PRINTPAGE
@ 20,20 PRINT RECTANGLE ;
TO 30,190 ;
PENWIDTH 0.1 COLOR aMarino FILLED ROUNDED
@ 23,100 PRINT ALLTRIM(cTitu) ;
FONT "Arial" ;
SIZE 12 ;
BOLD COLOR aBlanco CENTER
@40,20 PRINT ALLTRIM(cDom) FONT "Arial" SIZE 9
@33,190 PRINT "N.I.F. : " + ALLTRIM(cNif) FONT "Arial" RIGHT SIZE 9
@47,20 PRINT ALLTRIM(cPob) FONT "Arial" SIZE 9
@ 100,20 PRINT RECTANGLE ;
TO 255,190 ;
PENWIDTH 0.1 COLOR aMarino
@105,50 PRINT "Concepto" FONT "Arial" SIZE 9 COLOR aMarino
@105,100 PRINT "Cant." FONT "Arial" SIZE 9 COLOR aMarino
@105,120 PRINT "Precio" FONT "Arial" SIZE 9 COLOR aMarino
@105,142 PRINT "Dct %" FONT "Arial" SIZE 9 COLOR aMarino
@105,165 PRINT "Importe" FONT "Arial" SIZE 9 COLOR aMarino
@113,20 PRINT LINE TO 113,190 PENWIDTH 0.1 COLOR aMarino
@ 222,140 PRINT RECTANGLE ;
TO 255,190 PENWIDTH 0.1 COLOR aMarino
END PRINTPAGE
END PRINTDOC
Return Cuidaros todos mucho en esta desagradable situación.
Un abrazo 'virtual'
Mustafa, Salinetas24, Que tal os va por ahí. Aquí en Almansa hoy deberían haber empezado nuestras Fiestas Patronales y Moros y Cristianos, pero desgraciadamente nada de nada, a salir al balcón y poco más.