... 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 include own Errorsys, or :?:
Search found 16 matches: fwerror
Searched query: fwerror
- Sun Feb 12, 2023 6:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin ErrorSys
- Replies: 1
- Views: 248
- Sun Dec 25, 2016 9:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem w with FWH 16.12 and xHB.com
- Replies: 11
- Views: 5502
Re: problem w with FWH 16.12 and xHB.com
... filename.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\fwdbgp.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\fwerror.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\getsysin.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\gettasks ...
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\fwdbgp.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\fwerror.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\getsysin.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[Source\Function\gettasks ...
- Wed Dec 14, 2016 10:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh used for Prestashop shopcard (SOLVED)
- Replies: 9
- Views: 2353
Re: Fwh used for Prestashop shopcard
... cDataBase, cUser, cPassword }, .t. ) if oCn == nil ? "Connection Fail" return nil else ? "Connected" endif oRs := FW_OpenRecordSet( oCn, "ploegen2006" ) XBROWSER oRs oRs:Close() oCn:Close()return nil
http://kaboutersopglabbeek.be/img/fwerror.jpg
http://kaboutersopglabbeek.be/img/fwerror.jpg
- Mon Dec 01, 2014 5:42 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Recompilar FiveHMX para xhb.com
- Replies: 2
- Views: 987
Recompilar FiveHMX para xhb.com
... browse.obj" "Obj\clipmore.obj" "Obj\dbtools.obj" "Obj\dlgs32.obj" "Obj\editcell.obj" "Obj\errsysw.obj" "Obj\filename.obj" "Obj\fwdbgp.obj" "Obj\fwerror.obj" "Obj\getsysin.obj" "Obj\gettasks.obj" "Obj\gtf.obj" "Obj\harbour.obj" "Obj\keys.obj" "Obj\loadval.obj" "Obj\longnam2.obj" "Obj\math.obj" "Obj ...
- Sun Oct 07, 2012 4:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: En FWH 12.08 no se presenta el mensaje de error
- Replies: 4
- Views: 686
En FWH 12.08 no se presenta el mensaje de error
... ocurre el mismo.
Ahora se presenta este dialogo que no nos da informacion sobre el error ocurrido:
http://imageshack.us/a/img411/68/fwerror.png
Si uso FWH 10.10 se presenta el mensaje de error (correcto) con las informaciones que necesitamos saber:
http://imageshack.us ...
Ahora se presenta este dialogo que no nos da informacion sobre el error ocurrido:
http://imageshack.us/a/img411/68/fwerror.png
Si uso FWH 10.10 se presenta el mensaje de error (correcto) con las informaciones que necesitamos saber:
http://imageshack.us ...
- Sat Feb 04, 2012 8:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in fwerror.prg (Solved, not a bug)
- Replies: 2
- Views: 506
Re: Bug in fwerror.prg (Solved, not a bug)
Antonio,
ok, I agree.
I was looking after the 'nExtMem()' crash and saw the missing r's, so at first I thought that was the reason, but obviously it wasn't!
Thank you for clarification
ok, I agree.
I was looking after the 'nExtMem()' crash and saw the missing r's, so at first I thought that was the reason, but obviously it wasn't!
Thank you for clarification
- Sat Feb 04, 2012 7:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in fwerror.prg (Solved, not a bug)
- Replies: 2
- Views: 506
Re: Bug in fwerror.prg
Frank,
That code was for Clipper, not for Harbour.
In fact we can remove the Clipper part and leave it this way:
function __LowMemError()
return Eval( ErrorBlock(), _FWGenError( MEMORYLOW_ERROR ) )
//----------------------------------------------------------------------------//
function ...
That code was for Clipper, not for Harbour.
In fact we can remove the Clipper part and leave it this way:
function __LowMemError()
return Eval( ErrorBlock(), _FWGenError( MEMORYLOW_ERROR ) )
//----------------------------------------------------------------------------//
function ...
- Sat Feb 04, 2012 2:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in fwerror.prg (Solved, not a bug)
- Replies: 2
- Views: 506
Bug in fwerror.prg (Solved, not a bug)
Antonio,
please add the missing r's:
![Image](http://img28.imageshack.us/img28/158/fwerrorprg.jpg)
please add the missing r's:
![Image](http://img28.imageshack.us/img28/158/fwerrorprg.jpg)
- Tue Nov 01, 2011 6:59 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: error al compilar xBrowse
- Replies: 3
- Views: 820
Re: error al compilar xBrowse
abeju11.c:
echo off
echo c:\Borland\bcc582\lib\c0w32.obj + > b32.bc
echo obj\Abeju11.obj obj\fwerror.obj obj\alert.obj, + >> b32.bc
echo Abeju11.exe, + >> b32.bc
echo Abeju11.map, + >> b32.bc
echo c:\programacion\fw11\fwh\lib\FiveH.lib c:\programacion\fw11\fwh\lib\FiveHC.lib + >> b32.bc
echo c ...
echo off
echo c:\Borland\bcc582\lib\c0w32.obj + > b32.bc
echo obj\Abeju11.obj obj\fwerror.obj obj\alert.obj, + >> b32.bc
echo Abeju11.exe, + >> b32.bc
echo Abeju11.map, + >> b32.bc
echo c:\programacion\fw11\fwh\lib\FiveH.lib c:\programacion\fw11\fwh\lib\FiveHC.lib + >> b32.bc
echo c ...
- Wed Oct 12, 2011 12:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can recompile FW libraries?
- Replies: 23
- Views: 6501
Re: How can recompile FW libraries?
... alert.prg
bar.prg
bitmap.prg
brush.prg
button.prg
clipbrd.prg
cursor.prg
dde.prg
dlgfind.prg
errsysw.prg
filename.prg
font.prg
icon.prg
image.prg
ini.prg
fwerror.prg
harbour.prg
getsysin.prg
gettasks.prg
Here I stopped...
So the question is : where is the right version of FWH ?
bar.prg
bitmap.prg
brush.prg
button.prg
clipbrd.prg
cursor.prg
dde.prg
dlgfind.prg
errsysw.prg
filename.prg
font.prg
icon.prg
image.prg
ini.prg
fwerror.prg
harbour.prg
getsysin.prg
gettasks.prg
Here I stopped...
So the question is : where is the right version of FWH ?
- Thu Oct 16, 2008 8:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
- Replies: 18
- Views: 7529
- Tue Jun 17, 2008 10:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH V8.05 with Visual Studio 2008 - Buildhm Tutor01 Problem?
- Replies: 5
- Views: 1880
- Thu Mar 20, 2008 11:25 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: SR.ANTONIO-Comportamento estranho do FW
- Replies: 9
- Views: 4163
- Tue Dec 11, 2007 7:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CUAL ES EL LIMITE de Tamaño de un archivo RES ??
- Replies: 17
- Views: 4050
- Fri May 18, 2007 2:34 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error ao atualizar para FWH 7.04
- Replies: 29
- Views: 11424