Search found 375 matches: errorsys

Return to advanced search

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: 1783

Error System no longer works.

... 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) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(23) ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 115

how to "Set" Image on TFolderEx() ?

... App often crash at Start when "Set" Image on TFolderEx() :?: it does fail on "destroy" Image of TFolderEx() ... Called from (b)ERRORSYS(24) in .\source\function\ERRSYSW.PRG Called from (b)FWDELRESOURCE(36) in .\source\function\CHECKRES.PRG Called from ASCAN(0) Called from FWDELRESOURCE(36) ...
by Jimmy
Fri May 19, 2023 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "Set" Image on TFolderEx() ?
Replies: 5
Views: 290

Re: Envío de información por mail o sms o wathsapp

En cuanto al tema de interaccion con el usuario por parte del servicio técnico ( se supone que con nosotros ), he integrado en el errorsys un boton para poder enviar a los servidores DISCORD ( gratuitos ) un mensaje e incluso el error.log. A través de la propia aplicación de DISCORD en ...
by cnavarro
Thu Apr 27, 2023 2:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envío de información por mail o sms o wathsapp
Replies: 11
Views: 1188

Re: SkinButton() Problem

... 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 Called from WINRUN(0) Called from TWINDOW:ACTIVATE(1114) ...
by Jimmy
Mon Apr 17, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 959

SkinButton() Problem

... 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 Called from FWSKINBTNPAINT(87) in .\source\internal\SKINS.PRG ...
by Jimmy
Sat Apr 15, 2023 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 959

Re: Error compilacion TXBrowse con hbmk2 y vc2022

... 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 Called from TDIALOG:ERROR(148) 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: 354

Custom error handling

... (e.g. alias not valid, variable does not exist, unknown or unregistered symbol, etc.) in a log file for subsequent analyses. I tried to override ERRORSYS procedure or to define a custom ERRORBLOCK but in both way I was not able to obtain the log file. Could someone point out what is the correct ...
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 302

Re: error en tiempo de ejecución

Hola no quite nada del errorsys uso el de fivewin, solo hice un intento para probar, en cuanto al hb_out.log directamente no lo crea. Les aclaro que hasta hace un tiempo funcionaba bien tanto en xharbour y en harbour. Para que se den ...
by surGom
Sat Feb 25, 2023 11:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tiempo de ejecución
Replies: 7
Views: 548

Re: error en tiempo de ejecución

surGom wrote:PD: encontré que había que anular unas lineas del errorsys, compilar el errorsys de fwh, etc pero sigue sin funcionar


No creo que sea buena idea quitar lineas del errorsys.prg usado para el análisis y gestión de errores para solucionar tu problema, simplemente lo estarás "enmascarando"
by cnavarro
Sat Feb 25, 2023 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tiempo de ejecución
Replies: 7
Views: 548

error en tiempo de ejecución

... y harbour3.2 . Con windows 32 y 64. Uso fwh 2017 y bcc70 Alguna idea del porque del problema PD: encontré que había que anular unas lineas del errorsys, compilar el errorsys de fwh, etc pero sigue sin funcionar
by surGom
Sat Feb 25, 2023 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tiempo de ejecución
Replies: 7
Views: 548

Re: Fivewin ErrorSys

errsysw.prg, modify to taste. I use it to control sending emails with program errors.

Regards, saludos.
by karinha
Sun Feb 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin ErrorSys
Replies: 1
Views: 188

Fivewin ErrorSys

hi, i like to use my own ErrorSys where i can include Information of App e.g. Version() i found c:\fwh64\source\function\errsysw.prg c:\fwh64\source\function\errsysw_.prg c:\fwh64\source\function\fwerror.prg which to use :?: --- how to ...
by Jimmy
Sun Feb 12, 2023 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin ErrorSys
Replies: 1
Views: 188

Re: Frase se ajuste a un ancho

... => 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 => GRAPHICS:DRAWIMAGE( 158 ) Called from: c:\fwteam\samples\crist.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: 2670

Xbrowse Error

... 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( 1388 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:ADJUST( ...
by mauri.menabue
Wed Mar 30, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 832
Next

Return to advanced search