Re: Error occurring in error handler



"Run-time error '6'" Overflow is an error which is trapped bya processor
exception, then passed back up to your error handler.It doesn't have to come
from your code at all: it could bea bug in Access, or in Windows, or in your
code. In Access,it often comes from bad data, or because Access has madean
error evaluating a parameter, or because of database corruption.Decompile
(Google for instructions) and Compact your database.If the error persists,
post the code to Formname_err(david)"robert d via AccessMonster.com"
<u6836@uwe> wrote in message news:5ba7892970a13@xxxxxx
I have a global error handler that up until today has
been working flawlessly. Let me first provide the relevant code

****************************************************************

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/200602/1


.



Relevant Pages

  • Re: interrupting for overflow and loop termination
    ... > only this int can ever overflow. ... maybe all you need is a sticky overflow bit. ... When a user-level instruction X caused an exception, ... The CAUSE register was set to indicate the reason. ...
    (comp.arch)
  • Re: math.nroot [was Re: A brief question.]
    ... >>> wish sometimes that Python would make up it's mind about what it does ... >> exception on overflow, invalid operation, and divide by 0, and "should ... >> not", by default, raise an exception on underflow or inexact. ... you can at least be pretty sure that an infinite result is the ...
    (comp.lang.python)
  • Re: GEOMETRIC mean computation: TEST of proposed tecniques for
    ... possibility of Overflow or Underflow when multiplying ... In fact if your language allows exception handling you may write code ... Raymond- Nascondi testo tra virgolette - ... Instead of checking that the mean is greater that an upport threshold ...
    (sci.math)
  • Re: Python less error-prone than Java
    ... overflow exception was raised when the int got too big. ... been that way, typing or no typing. ... Actually, the docs are obsolete on this point, and an int becomes a long ...
    (comp.lang.python)
  • Re: floating point over-/under-flow
    ... > I'm interested to hear the c.l.c set of viewpoints on silent vs. noisy ... > ('Very-noisy' would be throwing an exception of some kind, ... > hitting overflow and underflow? ... Long, long ago, before C, the usual practice for such hardware was to throw ...
    (comp.lang.c)

Loading