Search found 7 matches

by coolman_kk
Tue Feb 28, 2006 9:58 am
Forum: madCollection
Topic: Turn off MadExcept on runtime!
Replies: 4
Views: 8768

I found the way.
Thank you very much "neji"!
by coolman_kk
Tue Feb 28, 2006 9:56 am
Forum: madCollection
Topic: Turn off MadExcept on runtime!
Replies: 4
Views: 8768

How to register this function!
Thanks.
by coolman_kk
Tue Feb 28, 2006 9:25 am
Forum: madCollection
Topic: Turn off MadExcept on runtime!
Replies: 4
Views: 8768

Turn off MadExcept on runtime!

Hello, To turn off madexcept when I run Fastreport I use: Try Form118.frxReport1.ShowReport( True ); Except On E: Exception Do MessageBox( 0,PChar( E.Message ),'Error',MB_ICONERROR ); End; But this not turn off all exceptions. On the print dialog on "pages print" I set "2.3" (the...
by coolman_kk
Tue May 03, 2005 3:58 am
Forum: madExcept
Topic: Disable/Enable madExcept runtime!
Replies: 6
Views: 9004

Thank you.
by coolman_kk
Fri Apr 29, 2005 3:28 pm
Forum: madExcept
Topic: Disable/Enable madExcept runtime!
Replies: 6
Views: 9004

begin
//Here disable madExcept
Form113.frxReport1.ShowReport( True );
//After exit form FastReport, enable madExcept again
end;
by coolman_kk
Fri Apr 29, 2005 11:55 am
Forum: madExcept
Topic: Disable/Enable madExcept runtime!
Replies: 6
Views: 9004

Hello madshi,

I turn on madExcept in my project, but before run some code I want disable it temporary and then enable it again.
Can I do that?

I have problem with FastReport for Delphi and want when get error message to get it from FastReport not from madExcept.

Thanks.
by coolman_kk
Thu Apr 28, 2005 11:57 am
Forum: madExcept
Topic: Disable/Enable madExcept runtime!
Replies: 6
Views: 9004

Disable/Enable madExcept runtime!

Hello,
Can I disable/enable madExcept runtime?

Thanks. :idea: