How do I tell the TQRPreview component which file I want it to Preview?
All Help appreciated.
MP
FYI:
Don't us TQRPreview, use TQRPHandler:
with TQRPHandler.Create do
try
Filename := SrcFileName;
Preview;
finally
Free;
end;
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
- [DUG]: TQRPreview Michael Pelly
- Michael Pelly
