- This topic has 4 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Email from PDF button
Hello. I hope everyone had a wonderful holiday. I am trying to get my program to send an report as an attachment from the Print setup screen by pressing PDF then Send as Email attachment. When I do, I get an error saying that it can’t find “BizDialog” Where should it be? and where can I get it?
Thanks
Benny
Here’s the source for BizDialog:
ToolDialog
{
ExStyle()
{ WS_EX.DLGMODALFRAME }
}
It’s in one of our other libraries. We shouldn’t be calling other libraries from stdlib but whoever made the change probably didn’t realize.
Actually, I’m not sure why it isn’t just calling ToolDialog instead of BizDialog
Thanks for the help. I got that part working, but Im not sure where or how so set up my smtp server info so it can be read by the built-in functions.
Benny
You need to a BookEmailInfo function that returns the SMTP server address, user, and password.
NOTE: Suneido doesn’t handle SSL so you need an SMTP server that allows plain connections.