Search found 13 matches

by jsantos98
Sun Nov 13, 2005 11:31 pm
Forum: madExcept
Topic: Send mail via application
Replies: 6
Views: 7563

Hello Madshi,

I've just tested the RegisterExceptionHandler as you have suggested, however, the result is the same!

Any more ideas?


Best regards,

Joao
by jsantos98
Sat Nov 05, 2005 8:40 pm
Forum: madExcept
Topic: Send mail via application
Replies: 6
Views: 7563

Hello Mathias, While using the code from your Email API Tests, I've come with a problem! If I try to send a mail using MAPI inside the exception handler, I get an error, while sending it using a normal event handler (button click), it opens the email just fine. Using Button : mapi dll opened success...
by jsantos98
Thu Nov 03, 2005 11:58 pm
Forum: madExcept
Topic: Send mail via application
Replies: 6
Views: 7563

Hello,

OK, I'll develop my own email connection.

Thanks for your reply.

Joao
by jsantos98
Tue Nov 01, 2005 6:55 pm
Forum: madExcept
Topic: Send mail via application
Replies: 6
Views: 7563

Send mail via application

Hello Mathias, I was tring to use my own developed exception box, however, I wasn't able to use the new methods like, p.e., SendMapiMail. The problem is I was trying to find a way to detect if the message was correctly sent and, if not, show a message with the error. I have seen in the source folder...
by jsantos98
Mon Sep 19, 2005 11:05 am
Forum: madExcept
Topic: madExcept and Runtime Packages
Replies: 2
Views: 4966

Hello Mathias,


Thanks!


I need to have the BPL files as small as possible... UPX is the only thisg I could do to acomplish that.


Regards,

Joao
by jsantos98
Sun Sep 18, 2005 9:14 pm
Forum: madExcept
Topic: madExcept and Runtime Packages
Replies: 2
Views: 4966

madExcept and Runtime Packages

Hello Mathias, It took me some time, but I finally found out what was going on with my application when using madExcept and runtime Packages that was returning the ExceptObject as nil when an exception occurred. So try this : Create an application with runtime packages that has a button and an event...
by jsantos98
Tue Jul 19, 2005 9:47 pm
Forum: madExcept
Topic: Mail errors
Replies: 10
Views: 9940

Sorry about my misunderstanding... I think English should be better... (As a resource so that anyone that may want to use some kind of translator can use it).

Either you mailling notifier or my configuration should have a problem... I never received the notification of your reply.


Regards,

Joao
by jsantos98
Thu Jun 30, 2005 2:15 pm
Forum: madExcept
Topic: Mail errors
Replies: 10
Views: 9940

I have answered before...

Delphi

:D

Regards,

Joao
by jsantos98
Sun Jun 19, 2005 4:15 pm
Forum: madExcept
Topic: Mail errors
Replies: 10
Views: 9940

Sorry for the delay, but I was out of town...


Delphi

Regards,

Joao
by jsantos98
Sun Jun 05, 2005 3:59 pm
Forum: madExcept
Topic: Mail errors
Replies: 10
Views: 9940

What I was suggesting was a property containing the error message returned by the operating system telling the text of the error. This would be usefull for the ones who develop a custom exception message. Whoever uses the default window can continue to use the default error/success message. This is ...
by jsantos98
Sat Jun 04, 2005 10:59 pm
Forum: madExcept
Topic: Mail errors
Replies: 10
Views: 9940

Mail errors

Hello, While I was developing my own exception window, I couldn't find a way to know EXACTLY what happened while sending an email (specially with the MAPI or SMTP client). How about if there was a property where we could get the last error in the mailsend procedure when the result is false or no. Re...
by jsantos98
Fri Jun 03, 2005 11:54 am
Forum: madExcept
Topic: CreateBugReport problem?
Replies: 2
Views: 5438

Ops... :oops:


Thanks for your help. :blush:

Joao
by jsantos98
Fri Jun 03, 2005 1:27 am
Forum: madExcept
Topic: CreateBugReport problem?
Replies: 2
Views: 5438

CreateBugReport problem?

Hello Madshi, I'm trying to simply generate the report text, but I'm facing some problems: procedure TForm1.Button1Click(Sender: TObject); var strBugReport : String; begin try raise (Exception.Create('Test')); except on e : Exception do begin strBugReport := madExcept.CreateBugReport(false, e, Excep...