Ver Mensaje Individual
  #5  
Antiguo 09-12-2011
Avatar de cristofer_ec
cristofer_ec cristofer_ec is offline
Miembro
NULL
 
Registrado: dic 2011
Posts: 16
Reputación: 0
cristofer_ec Va por buen camino
Question

Una pregunta pues ya pude imprimir con el TRvSystem pero ahora tengo un problema de margenes, pues uso lo siguiente:

procedure TfrmVoting.RvSystem1Print(Sender: TObject);
var
dt:TDateTime;
begin
with Sender as TBaseReport do
begin
SetFont('Arial',15);
GotoXY(1,1);
Print('PRUEBA DE IMPRESION');
GotoXY(1,2);
Print('FECHA Y HORA DE IMPRESION:');
GotoXY(1,3);
Print(DateTimeToStr(dt));
end;
end;


y tengo lo siguiente:


PRUEBA DE IMPRESION


FECHA Y HORA DE IMPRESION


12/09/2011 14:06



Como hago para agrupar o reducir tanto lso margenes como el espaciado????????????

Saludos, Gracias
Responder Con Cita