How to re-display a report preview?

hsmhsm
edited 8:49AM in FastReport 4.0
I have an invoice report.

A custom button on the preview (see picture) exports the invoice to a file and takes the user to a modal form where they can email it to the customer, adding a message if they like.
procedure TFrmInvoice.ButtonClick(Sender: TObject);  //send invoice by email
   Get customer email address from database
   Set up subject line and body
   Open modal form to send email
   Case modal result of
       mrOK: show message 1
       mrCancel: show message 2
       end // case
  end; //buttonEmail

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.