Re: Try - Except problem
From: Bengt Håkansson (Bengt.Hakansson_at_tv.slu.se)
Date: 11/06/03
- Next message: Bengt Håkansson: "Re: Try - Except problem"
- Previous message: Kurt Barthelmess: "Re: Getting only numbers from a string"
- In reply to: Marc Rohloff: "Re: Try - Except problem"
- Next in thread: Dan Comeau: "Re: Try - Except problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 06 Nov 2003 12:27:10 +0100
Thanks,
that solved my problem.
/Bengt
Marc Rohloff wrote:
>
> On Wed, 05 Nov 2003 17:23:27 +0100, Bengt
> Håkansson<Bengt.Hakansson@tv.slu.se> said ...
> > I have just bought a new computer and try to transfer my Delphi
> > development system from the old one. When I recompile and run my program
> > I get the error message
> >
> > Debugger Exception Notification
> > Project Plan2000.exe raised exception class EVariantTypeCastError with
> > message 'Could not convert type (Null) into type (Double)'
> > Process stopped. Use Step or Run to continue.
>
> The debugger will stop on all exceptions even if you are using exception
> handling in your code. If you run your app outside the debugger you will
> not see these messages. If you don't want the debugger to stop on
> excpetions then choose Tools\Debugger Options\Language Exceptions and
> clear the 'Stop on Delphi Exceptions' checkbox.
>
> Marc
- Next message: Bengt Håkansson: "Re: Try - Except problem"
- Previous message: Kurt Barthelmess: "Re: Getting only numbers from a string"
- In reply to: Marc Rohloff: "Re: Try - Except problem"
- Next in thread: Dan Comeau: "Re: Try - Except problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|