Ver Mensaje Individual
  #5  
Antiguo 20-11-2004
Avatar de marcoszorrilla
marcoszorrilla marcoszorrilla is offline
Capo
 
Registrado: may 2003
Ubicación: Cantabria - España
Posts: 11.221
Reputación: 10
marcoszorrilla Va por buen camino
Es esto lo que pides?
Cita:
QuickReport: Load a .QRP file
If you want to load and display a .QRP file (a saved report), you may try the following
code - it's better than nothing. A further problem is that QR2g doesn't want to close
the opened file, so it's not allowed to open again.


QRPreview1.QRPrinter.Cleanup;
QRPreview1.QRPrinter := TQRPrinter.Create;
QRPreview1.QRPrinter.Load(FileName);
QRPreview1.Refresh;
Un Saludo.
__________________
Guía de Estilo de los Foros
Cita:
- Ça c'est la caisse. Le mouton que tu veux est dedans.
Responder Con Cita