Print to File
When I set AllowPrintToFile to true and then set
the TextFileName to a default value.
If the user changes the path or file name I would like
to know where the file was placed. The TextFileName
property does not get changed.
How can I find the changed value?
Usind RB 6.03 & D5 pro
Thanks,
Paul
Blueberry Hill Services
www.bbhservices.com
the TextFileName to a default value.
If the user changes the path or file name I would like
to know where the file was placed. The TextFileName
property does not get changed.
How can I find the changed value?
Usind RB 6.03 & D5 pro
Thanks,
Paul
Blueberry Hill Services
www.bbhservices.com
This discussion has been closed.
Comments
logging can be done in the OnPrintDialogClose event of the report. You can
retrieve the path of the new file from the TextFileName property of the
print dialog which, in turn you can get at through PrintDialog property of
the report, ie:
ppReport1.PrintDialog.TextFileName.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com