I am using the vbSendMail.dll for an application I am working on. The dll requires it's own form which the author has prepared for programmers.
My client does not want to see this form every time he sends an email to one of his customers. So I have coded to populate it's fields from a form the user will be working from. He will be identifying emails to send from frmReports.
Is there some way to initialize the procedures and methods of a cmdSend button which are located on the frmEmail with code located on the frmReports?
Thanks,
Dwight
My client does not want to see this form every time he sends an email to one of his customers. So I have coded to populate it's fields from a form the user will be working from. He will be identifying emails to send from frmReports.
Is there some way to initialize the procedures and methods of a cmdSend button which are located on the frmEmail with code located on the frmReports?
Thanks,
Dwight