Search found 95 matches: recursive

Return to advanced search

TOO MANY RECURSIVE ERROR HANDLER CALLS CON ADORDD

... USER "admin" PASSWORD "admin" ALIAS compras ?error return nil Me salta el mensaje que os comento en el asunto (TOO MANY RECURSIVE ERROR HANDLER CALLS CON ADORDD), el problema está en que no crea el archivo error.log, lo que implica que para futuros desarrollos si tengo ...
by JARO
Wed Mar 25, 2009 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TOO MANY RECURSIVE ERROR HANDLER CALLS CON ADORDD
Replies: 5
Views: 766

Re: FWH version 9.02 TAB

Otto,

>
What is the reason for deleting the line:
::oWnd:ReSize() in method paint?
>

You should call method ReSize() yourself. If called from method Paint(), then we can have recursive paint calls that may crash the app.
by Antonio Linares
Sat Mar 14, 2009 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH version 9.02 TAB
Replies: 5
Views: 1026

Re: Error Dialog?

The result:

A error message titled with "Unrecoverable error 9003:", "Too many recursive error handler calls"
And this not generated a error.log file... What (???)
by JC
Thu Jan 08, 2009 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Dialog? ( Solved! )
Replies: 28
Views: 3268

Otto,

Via MS-DOS with command DEL and parameter /S is possible to delete all files into all sub-directories.

Or you need to create a recursive function, starting of the last sub-directory and removing all files and, after, removing the own directory... or something like this.
by JC
Thu Nov 13, 2008 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to remove a directory with sub dirs and files in it?
Replies: 12
Views: 2267

Antonio

Si quito la linea que me dices de errorsys me dice:

Unrecoverable error 9003

Too Many recursive error handler calls

Saludos

Jose Luis
by JoseLuis
Mon Nov 03, 2008 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Version 8.10 y Adordd
Replies: 10
Views: 1327

ErrorSys fix

In recent FWH versions these lines were placed in source\errorsysw.prg to avoid recursive errors: ErrorBlock( {|e| MsgStop( ErrorMessage(e) + " from Errorsys, line:" + ; Str( ProcLine( 1 ), 3 ) ), __quit() ...
by Antonio Linares
Thu Oct 30, 2008 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ErrorSys fix
Replies: 0
Views: 635

... It can't be a CLASSDATA or you will be limited a just one shown help from your app, when you can have several simultaneously (not the same as "recursive", that is what lShow controls).
by Antonio Linares
Tue Sep 02, 2008 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Linares -> Error Message on .CHM-Help
Replies: 26
Views: 6765

... CHM topic not is shown! I have send to you the files. > I also not understand the static variable lShow in the methods for help > To avoid recursive calls But the lShow always on beginn of help-method is set to .f. !? method help() static lShow := .f. if ! lshow lshow := .t. .. .. lshow ...
by byte-one
Tue Sep 02, 2008 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Linares -> Error Message on .CHM-Help
Replies: 26
Views: 6765

Günter,

You forgot to send me the source code for TestHelp.prg. Please send it to me.

> I also not understand the static variable lShow in the methods for help

To avoid recursive calls
by Antonio Linares
Tue Sep 02, 2008 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Linares -> Error Message on .CHM-Help
Replies: 26
Views: 6765

1. Lets try to block the system: On this example I try to block Windows, calling a recursive C function. Please run this test and see how Windows detects the problem and blocks the application: function Main() CrashTheSystem() return nil #pragma BEGINDUMP ...
by Antonio Linares
Sat Aug 02, 2008 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4386

Marco,

Please check your error.log file and find the first error that generates the recursive error. Thanks,
by Antonio Linares
Thu Jul 24, 2008 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7977

Hathal,

Please modify fwh\source\function\errsysw.prg and place a MsgInfo( e:Description ) before

if ( e:genCode == EG_ZERODIV )

so you will see the recursive error description
by Antonio Linares
Sat May 17, 2008 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: message error "Too many recursive error handler calls&q
Replies: 1
Views: 519

message error "Too many recursive error handler calls&q

Antonio,
I have a problem with FWH 8.2
message error "Too many recursive error handler calls"
I view link http://fivetechsoft.com/forums/viewtopic.php?p=20996
I link fils 'Error.Ch' with my system. Problem Not End ..
I use bcb with xharbour.
HATHAL.
by HATHAL
Fri May 16, 2008 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: message error "Too many recursive error handler calls&q
Replies: 1
Views: 519

... he has access to the current object, aiding to create more independent and intelligent functions. ⋅ evaluate all the controls and recursive under the control of a single method, giving automatic focus in the control not assisted (more easiness to the user, avoids to duplicate validations, ...
by ericmagaldi
Thu Apr 24, 2008 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Handle of any type Window ACTIVE
Replies: 15
Views: 3844

Too Many Recursive error handler calls

Stefan,

Thanks very much...

Sid..........
by Sidney Saylors
Fri Mar 14, 2008 4:49 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Too Many Recursive error handler calls
Replies: 2
Views: 3005
PreviousNext

Return to advanced search