Ver Mensaje Individual
  #5  
Antiguo 08-04-2008
abelaquino abelaquino is offline
Registrado
 
Registrado: abr 2008
Posts: 6
Reputación: 0
abelaquino Va por buen camino
Smile Este es el código que uso, osea el que probe la ultima vez estoy intentando imprimir

.... directo sin que me salga la vista previa ni seleccionar impresora que hago?

if (DMDefinicionVentaModeloImpresion.FDDefinicionVentaReporteVISTA_PREVIA.Value = 'N') and (DMDefinicionVentaModeloImpresion.FDDefinicionVentaReporteSELECCIONAR_IMPRESORA.Value = 'N') then
begin
DMVentaImpresion.frxReport1.PrintOptions.Copies := DMVentaImpresion.FDModeloImpresionCOPIAS.Value;
DMVentaImpresion.frxReport1.PrintOptions.ShowDialog := False;
DMVentaImpresion.frxReport1.Print;
end;
Responder Con Cita