Ver Mensaje Individual
  #1  
Antiguo 11-01-2008
ruedabeat2003 ruedabeat2003 is offline
Miembro
 
Registrado: mar 2007
Posts: 66
Reputación: 18
ruedabeat2003 Va por buen camino
Error al momento de Visualizacion

Hola a todos, estoy atorado con un error. Al momento de implementar la visualización de un Quick Report, obtengo un error al momento de ejecutar el evento PreviewModal que esta implementada en QRPrntr:

procedure TQRPrinter.PreviewModal;
begin
if assigned(FOnPreviewEvent) then // Linea marca error.
try
FOnPreviewEvent(Self)
finally
end else
with GlobalPreviewInterface.Create(nil) do
try
ShowModal(Self)
finally
Free;
end;
end;


De antemano gracias por la ayuda.
Responder Con Cita