Home Devices

Mail client partly freezes

edited March 2009 in Devices
Hi to all!

I have a problem using Report Builder when sending mail with PDF
attachements. Well, the report itself is formatted correctly and attaches to
the email as expected.

The problem is that after the work is doen, I can't actually use the send
mail window - all i can do is to write the reicever address. Clicking on
other fields doesn't work at all - even closing the window with the "X"
doesn't! The only way to close the window is to use the ESC key. It's
difficult to explain, so I can send a video if needed. Outlook Express works
perfectly except when printing from RB. I also noticed this problem on some
Oulook 2003 installations.

Could you please address me to the solution, because my customers are
pressing for the solution.

Kind regards,
m@rko

Using:
- RB 10.06 with TExtraDevice (using for correct PDF print, because the
Eastern Europe charset).
- Windows 2000.
- Outlook Express 6 (version 6.00.280.1106)

Code to format the mail (snippet from the procedure):

ReportEngine.EmailSettings.ReportFormat := 'PDFFile';
ReportEngine.EmailSettings.FileName := AppData.TempPath +
'Report';
ReportEngine.EmailSettings.Recipients.Text :=
AATAForm.MyStranke.FieldByName('EMAIL').AsString;
ReportEngine.EmailSettings.Body.Text :=
NastavitveDlg.memoMail.Text;
ReportEngine.EmailSettings.Attachments.Clear;
TppSMTPPlugIn.RegisterClass(TppSMTPMapi);
if NastavitveDlg.chxMailFile.Checked and
FileExists(Aoglasi_Frm.qryAudio.FieldByName('PATH').AsString) then
ReportEngine.EmailSettings.Attachments.Add(Aoglasi_Frm.qryAudio.FieldByName('PATH').AsString);
ReportEngine.SendMail;
end;

Comments

  • edited March 2009
    Hi Marco,

    For furture reference, please use your real name when posting to these
    newsgroups.

    Please upgrade to ReportBuilder 10.09 and test with that. We made a few
    changes to the MAPI plugin between 10.06 and 10.09 that should help the
    issue. Contact info@digital-metaphors.com with your serial number and
    purchasing email address for upgrade info.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2009
    Sorry, I forgot this.

    Marko Milutinovich, Redox d.o.o., Slovenia, registered user for 10.x and
    11.x, I think Ithat I already have all the data needed for the upgrade.

    Kind regards,
    m@rko

  • edited March 2009
    Hi Marko,

    Please re-ready my previous post.

    1. Please update your posting name from "Zippo" to your real name.

    2. Contact info@digital-metaphors.com for upgrade instructions.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.