Search found 556 matches: errsysw

Return to advanced search

Re: FWErrorsys()

... "MY ERROR DIALOG" )return nil Please run the above three programs as it is and see. We can do all the aboe without modifying the errsysw.prg
by nageswaragunupudi
Thu Apr 04, 2024 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1778

Re: FWErrorsys()

... 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()   local bFwErr   bFwErr   := ErrorBlock()  ...
by nageswaragunupudi
Wed Apr 03, 2024 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1778

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

Re: Error handling

Modifying errsysw.prg An approach: FUNCTION ErrorDialog(e)// At top in errordialog() function, 1st recordingc:= "Description error: "+ e:descriptionc+= Procname(1)+ CRLF+ ProcName(2)+ ProcName(3)memoWrit("ErrorMin1.log", ...
by paquitohm
Tue Apr 02, 2024 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 685

Re: Error System no longer works.

Show: Called from MAIN(71) in .\ihss32.PRG complete. Have you modified ERRSYSW.PRG? Copy the ORIGINAL from c:\fwh\source\function to the project folder and compile and tell us what happen. ¿Has modificado ERRSYSW.PRG? Copie el ORIGINAL de c:\fwh\source\function ...
by karinha
Tue Feb 27, 2024 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 115

Error System no longer works.

... 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) in .\source\function\ERRSYSW.PRG ...
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

Re: Obtener el nombre del OS o version de Windows

... version: Borland/Embarcadero C++ 7.0 (32-bit)   Windows 11 64 Bits, version: 6.2, Build 9200   If we just look into FWH errsysw.prg, we get to know what function is used, we see the usage of FWH functions: cWinVersion() // andGetVersion() // for more build ...
by nageswaragunupudi
Wed Dec 13, 2023 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 880

how to "Set" Image on TFolderEx() ?

... 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) in .\source\function\CHECKRES.PRG ...
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: SkinButton() Problem

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

SkinButton() Problem

... 21:10:53 Unrecoverable error 9015: Symbol item expected from hb_vmDo() Called from 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) ...
by Jimmy
Sat Apr 15, 2023 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 958

Re: Memory() under Fivewin

hi, found solution in c:\fwh\source\function\errsysw_.prg cErrorLog += "   Hardware memory: " + ;                    cValToChar( Int( nExtMem() / ( 1024 * 1024 ) ) + 1 ) + " MB ( available: "+;                    cValToChar (Int (nAvailMem&...
by Jimmy
Mon Mar 27, 2023 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory() under Fivewin
Replies: 4
Views: 382

Re: Error compilacion TXBrowse con hbmk2 y vc2022

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

Re: nowait

Hello, you must show how you are doing the OPENING of the Database, because the ERRSYSW.prg is saying that the OPEN AREA IS NOT IN USE. Hola, debes mostrar como estas haciendo la APERTURA de la Base de Datos, porque el ERRSYSW.prg esta diciendo que el AREA ABIERTA ...
by karinha
Fri Mar 10, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 696

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 include own Errorsys :?: i guess i need only to ...
by Jimmy
Sun Feb 12, 2023 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin ErrorSys
Replies: 1
Views: 188
Next

Return to advanced search