I haven't try this, but this may work:
1. Identify the action for the button you created.
2. On that action, capture all necessary information into a variable or in the format you want the email contents to be
3. use TDConnection.SendMail method to send email.
Syntax (SendMail recipientAddress, EmailServer, subject, body of email,,TEXT/HTML
1. Identify the action for the button you created.
2. On that action, capture all necessary information into a variable or in the format you want the email contents to be
3. use TDConnection.SendMail method to send email.
Syntax (SendMail recipientAddress, EmailServer, subject, body of email,,TEXT/HTML