Search found 47 matches: errorlog

Return to advanced search

Re: Error handling

Hello, You can do it by recording an error log-min1.log at the beginning and then an errorlog-min2.log where more things are recorded incrementally. In errorlog-min1.log the callbacks will be recorded and in errorlog-min2.log, in addition to the callbacks, the calling ...
by paquitohm
Tue Apr 02, 2024 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 683

Re: Mystery with SEQUENCE

... ) so i got Solution for one Mystery but why using SEQUENCE in other Function "block" Color of "highlicht-Bar" ... there is no Errorlog ... hm --- "other" have to do with "ReadImage" it seems there are File where "something" go wrong and Crash it ...
by Jimmy
Thu Mar 02, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mystery with SEQUENCE
Replies: 1
Views: 251

Re: "Name" of TOLE

... "shell.application" ) so it is not a Fivewin CLASS Object which i can "identify" but when using wrong Object and crash Errorlog "just" say TOLEAUTO ... so i ask for Interface-"Name" to understand Errorlog
by Jimmy
Mon Dec 05, 2022 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Name" of TOLE
Replies: 6
Views: 481

Re: Fivewin CDO.Message Gmail App Password

... (yet) b.) every Customer get "own" Email Account or buy a Business Account with 100 Email Account so we have to over-think how to send Errorlog
by Jimmy
Tue Aug 16, 2022 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 341

Re: EditBaseRecord Error

Hi karihna, I already write the code that is pointed from errorlog. If you mentioned self-contained sample, I can not create it. There are lots of codes. http://forums.fivetechsupport.com/viewtopic.php?p=230916#p230916   oCn:lShowErrors ...
by Horizon
Thu Apr 02, 2020 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EditBaseRecord Error
Replies: 6
Views: 979

Re: TXIMAGE error?

... (Networks), path (cPath), rdd (cRdd), contactinfo (cContInfo), EXE Verion (cEXEVerion), data path (cPath). Hey Dutch, I see that you have a other 'ERRORLOG' dialog that has the posibility to send the error file to us. Could you share the code that you used for that ? I suppose that you changed ...
by dutch
Sun Sep 17, 2017 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2533

Re: TXIMAGE error?

Hey Dutch,

I see that you have a other 'ERRORLOG' dialog that has the posibility to send the error file to us.

Could you share the code that you used for that ? I suppose that you changed the original error program?

Thanks
Marc
by Marc Venken
Sat Sep 16, 2017 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2533

how create error.log in FWH

... OFF SET DEVICE.........: SCREEN SET DIRCASE........: 0 SET DIRSEPARATOR...: \ SET EOL............: 13 SET EPOCH..........: 1900 SET ERRORLOG.......: ERROR.LOG,.F. SET ERRORLOOP......: 8 SET ESCAPE.........: ON SET EVENTMASK......: 128 SET EXACT..........: OFF SET EXCLUSIVE......: ...
by kajot
Wed Dec 14, 2016 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2678

Re: Prestashop Mapping solution

... Since the functions like substr() and val(), ... exist, i thought it could be done in 1 loop and FWin can process this ?? The code in the errorlog.prg looks like it. Here are also functions processed in order to get a cfield filled with data cErrorLog += "    " + Transform( ...
by Marc Venken
Sun Oct 23, 2016 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9020

Re: errsysw_prg send mail and port 110

program error: http://www.intersped.co.rs/aplication%20error.jpg when I press Send errorlog: http://www.intersped.co.rs/error.jpg program waits for a reply that did not receive, because it blocked port 110 with the provider. I just need ...
by mtajkov
Fri Sep 16, 2016 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw_prg send mail and port 110
Replies: 6
Views: 1451

Re: ADO RDD xHarbour

... there is still a way to use ' (apostrof) in a program? Example testprogram USE CUSTOMER APPEND BLANK REPLACE FIRST WITH "Test'Pieter" Errorlog: Application =========== Path and name: C:\Pieter\LeerOmgevingXharbour\learn-database.exe (32 bits) Size: 2,781,696 bytes Compiler version: ...
by pieter
Thu Sep 24, 2015 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 445951

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Antonio: Thank you very much. I just dropped the custom ERRORSYS to try harbour's debugger (console mode). I put in this code: ALTD(1) at the beginning of the first module and I'm getting this error: ┌──────────────────────────────────────────────────┐│   Error BASE/1004  No exported method:...
by HunterEC
Sat Apr 18, 2015 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1508

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Gustavo,

It was good, thanks :-)

You can easily set your error manager this way:

ErrorBlock( { | oError | MyErrorHandler( oError ) } )

function MyErrorHandler( oError ) is a function of your own where you can copy the parts of
FWH c:\fwteam\source\function\errsysw.prg that you want to use
by Antonio Linares
Sat Apr 18, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1508

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Antonio: Thank you for your response. How was your trip ? It linked but I tested this way (N & O ARE NOT DEFINED):      xhb_errorlog( "TEST.LOG" )? N + O  It displayed the error but did not created the errorlog file (TEST.LOG). Two questions on a console ...
by HunterEC
Fri Apr 17, 2015 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1508

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Gustavo,

HunterEC wrote:HMPAQUITO:

Thank you for your reply. When I compiled with FW 15.03's BUILDX.BAT the linker pops up:
Code: Select all  Expand view
Error: Unresolved external '_HB_FUN_XHB_ERRORLOG' referenced from C:\KEYTEST\KEYTEST.OBJ
* Linking errors *


Any other option ? Thank you very much !


You have to link Harbour xhb.lib
by Antonio Linares
Fri Apr 17, 2015 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1508
Next

Return to advanced search