How to trap "Send Email" button in preview
Hi,
Is there a way to trap the Send Email button in the Preview window of FR5? Can it be done in FR6?
I am using Delphi 10.2.
Thank you,
Dave
Is there a way to trap the Send Email button in the Preview window of FR5? Can it be done in FR6?
I am using Delphi 10.2.
Thank you,
Dave
Comments
So there is no way to trap the buttons unless we write our own preview. Correct?
Dave
TfrxPreviewForm(frxReport.PreviewForm).EmailB.OnClick:=MyEMailAction;
Thank you for your help!
Dave