Ver Mensaje Individual
  #2  
Antiguo 01-02-2005
Avatar de Lepe
[Lepe] Lepe is offline
Miembro Premium
 
Registrado: may 2003
Posts: 7.424
Reputación: 29
Lepe Va por buen camino
En el evento OnPrint del TQREXpr tienes un parámetro por referencia, modificalo a voluntad:

Código Delphi [-]
procedure TForm1.QRExpr1Print(sender: TObject; var Value: String);
begin
   
end;

Lógicamente necesitarás hacer uso de FloatTostr o la función Format.

Saludos

PD: RoundTo de la unidad Math dice: Rounds a floating-point value to a specified digit or power of ten using “Banker’s rounding”.

Última edición por Lepe fecha: 01-02-2005 a las 09:34:41.
Responder Con Cita