FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Does this code override standard FWH Code ?
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Does this code override standard FWH Code ?
Posted: Fri Jan 18, 2019 03:39 PM

Hello,

In a topic I found a extra error handler solution :

// Set this at the start of the main module
ErrorBlock( { |e| MyErrorHandler( e, bOldErr ) } )

But if I use this, will this override/exclude the standards of the errorhandler in FWH ?

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Does this code override standard FWH Code ?
Posted: Fri Jan 18, 2019 04:43 PM

Marc,

Yes, It is a standard Harbour feature

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion