Print to File - Save as Button
Is it possible to change the Browse button to a user defined routine.
I'm using TExtraDevices to send the report to an E-Mail Client.
I uses the filename to store the E-Mail address and want to call the
WAB Address finder.
Thanks in advance
Mario Brazil
Coretime / Raven Computing
I'm using TExtraDevices to send the report to an E-Mail Client.
I uses the filename to store the E-Mail address and want to call the
WAB Address finder.
Thanks in advance
Mario Brazil
Coretime / Raven Computing
This discussion has been closed.
Comments
copy of the form in ppTxtDlg.pas and change the button click behavior. Add
ppTxtDlg to your uses clause and register you own, just like the default one
is registered here:
initialization
ppRegisterForm(TppCustomPrintToFileSetupDialog,
TppPrintToFileSetupDialog);
finalization
ppUnRegisterForm(TppCustomPrintToFileSetupDialog);
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com