Search found 86 matches: errordialog

Return to advanced search

Re: FWErrorsys()

From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog.


Yes, that's exactly what I wanted. Thank you, Rao !
by Natter
Thu Apr 04, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Re: FWErrorsys()

In case we do not like FWH provided ErrorDialog and like to display our own ErrorDialog, we can do this: #include "fivewin.ch"function Main()   SetErrorDialog( { |e, aStack, cErrLogText, cErrLogFile | ;  ...
by nageswaragunupudi
Thu Apr 04, 2024 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Re: FWErrorsys()

In case, we want to take some action after the FWH's ErrorDialog() is executed, we can do like this: #include "fivewin.ch"function Main()   SetPostErrorAction( { |cLogFile, e| MyFunc( cLogFile, e ) } ...
by nageswaragunupudi
Wed Apr 03, 2024 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Re: FWErrorsys()

... e ) } ) From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog. We can achieve this without modifying errsysw.prg Please try this sample: #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Wed Apr 03, 2024 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Re: FWErrorsys()

function ErrorDialog( e ) is static so you have to modify errsysw.prg to make it public or entirely replace FWH errsysw.prg with one of your own
by Antonio Linares
Wed Apr 03, 2024 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Re: FWErrorsys()

FWH procedure FWErrorSys() is identical to FWH procedure ErrorSys() that it is automatically called by Harbour.

procedure ErrorSys() invokes function ErrorBlock() to replace the default application errorBlock:

ErrorBlock( { | e | ErrorDialog( e ) } )
by Antonio Linares
Wed Apr 03, 2024 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1846

Error System no longer works.

... Terminated at: 2024-02-26 14:12:18 Unrecoverable error 9003: Too many recursive error handler calls Called from STR(0) Called from ERRORDIALOG(151) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from STR(0) Called from ERRORDIALOG(151) ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 121

Re: SkinButton() Problem

... than it will crash my HB_FUNC() Unrecoverable error 9015: Symbol item expected from hb_vmDo() Called from FWLOGOBITMAP(0) Called from ERRORDIALOG(260) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(24) in .\source\function\ERRSYSW.PRG Called from FWSKINBTNPAINT(136) in .\source\internal\SKINS.PRG ...
by Jimmy
Mon Apr 17, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 993

SkinButton() Problem

... REGQUERYVALUEEX(0) Called from GETCPU(546) in .\source\function\ERRSYSW.PRG Called from GETCPU(546) in .\source\function\ERRSYSW.PRG Called from ERRORDIALOG(218) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(24) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(24) in .\source\function\ERRSYSW.PRG ...
by Jimmy
Sat Apr 15, 2023 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 993

Re: Error compilacion TXBrowse con hbmk2 y vc2022

... Called from TDIALOG:_AGRADCOLORS(142) in ../../../tobject.prg Called from TDIALOG:NEW(202) in .\source\classes\DIALOG.PRG Called from ERRORDIALOG(395) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(24) in .\source\function\ERRSYSW.PRG Called from __ERRRT_SBASE(0) in ../../../tobject.prg ...
by Compuin
Tue Mar 21, 2023 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 369

Re: Frase se ajuste a un ancho

... => ENUMCHILDWINDOWS( 0 ) Called from: .\source\function\GETTASKS.PRG => GETTASKS( 15 ) Called from: .\source\function\ERRSYSW.PRG => ERRORDIALOG( 250 ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: => HBMP( 0 ) Called from: .\source\classes\TGDIPLUS.PRG ...
by Antonio Linares
Fri Oct 07, 2022 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Frase se ajuste a un ancho
Replies: 22
Views: 2733

Xbrowse Error

... DIALOGBOXINDIRECT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 304 ) Called from: .\source\function\ERRSYSW.PRG => ERRORDIALOG( 448 ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CHECKSIZE( ...
by mauri.menabue
Wed Mar 30, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 862

Re: xbrowse command not working properly -- MR. RAO

... DIALOGBOXINDIRECT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 304 ) Called from: .\source\function\ERRSYSW.PRG => ERRORDIALOG( 448 ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg ...
by Compuin
Wed Feb 23, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1434

XBROWSE PROVOCA ERROR AL REINGRESAR A LA CONSULTA

... DIALOGBOXINDIRECT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 304 ) Called from: .\source\function\ERRSYSW.PRG => ERRORDIALOG( 448 ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: => LEN( 0 ) Called from: .\source\classes\XBROWSE.PRG ...
by CARLOS ATUNCAR
Wed Jul 07, 2021 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE PROVOCA ERROR AL REINGRESAR A LA CONSULTA
Replies: 4
Views: 534

Error on Resize xBrowse

... DIALOGBOXINDIRECT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 304 ) Called from: .\source\function\ERRSYSW.PRG => ERRORDIALOG( 448 ) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORSYS( 24 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CHECKSIZE( ...
by mauri.menabue
Mon Nov 02, 2020 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Resize xBrowse
Replies: 0
Views: 286
Next

Return to advanced search