Page 2 of 6
Re: On error...
Posted: Thu Jul 19, 2012 1:24 pm
by Rathinagiri
Very informative Esgici. Thank you very much.
Your blog is well designed. Congrats.
Re: On error...
Posted: Thu Jul 19, 2012 1:33 pm
by esgici
rathinagiri wrote:
Your blog is well designed. Congrats.
Is this your first visit
Regards
--
Esgici
Re: On error...
Posted: Thu Jul 19, 2012 2:47 pm
by Rathinagiri
Nope. But I have noticed your hard work only now.
Re: On error...
Posted: Thu Jul 19, 2012 4:59 pm
by esgici
Thanks a lot my friend
Everything is for community
Viva HMG !
Viva Roberto !
Viva Rathinagiri !
With my best regards ...
--
Esgici
Re: On error...
Posted: Thu Jul 19, 2012 5:01 pm
by Rathinagiri
Viva Esgici!

Re: On error...
Posted: Thu Jul 19, 2012 8:41 pm
by esgici
Ciao Rossine
Rossine wrote:
It would be possible to assemble a complete example to demonstrate this new method using error control and the old ?
Sorry, I don't understand, what are
new and
old.
But what I'll work to offer an example. Not
complete, but a simple and working sample.
Happy HMG'ing
Regards
--
Esgici

- Simple Error Handle Screen shoots
- SErrHandle.PNG (32.61 KiB) Viewed 5220 times
- SErrHandle.zip
- Simple Error Handle .prg & .hbp files
- (1.51 KiB) Downloaded 319 times
Re: On error...
Posted: Thu Jul 19, 2012 9:08 pm
by Rossine
Hi Esgici,
Wow
esgici wrote:Ciao Rossine
Rossine wrote:
It would be possible to assemble a complete example to demonstrate this new method using error control and the old ?
Sorry, I don't understand, what are
new and
old.
But what I'll work to offer an example. Not
complete, but a simple and working sample.
Happy HMG'ing
Regards
--
Esgici
SErrHandle.PNG
SErrHandle.zip
Excellent example. I will implement this in my error handler,
Thank you very much,
Rossine.
Re: On error...
Posted: Thu Jul 19, 2012 9:26 pm
by esgici
Hi Rossine
IMO Excellent isn't my example;
excellent was yesterday Clipper and today is Harbour and HMG
And all off you; users, programmers and forum members; whose keep alive by supporting these wonderful works
Please continue
Rossine wrote:
I will implement this in my error handler,
Please don't forget keeping your handler clean (error free); otherwise (as I noticed in top comment of .prg), result may be a real nightmare !
Happy HMG'ing
Regards
--
Esgici
Re: On error...
Posted: Thu Jul 19, 2012 9:40 pm
by IMATECH
Hello Rossine !
Adding a case for study:
Bellow a nice and complete error Handler for CUI mode (Console)
Can be adapted to any Gui Lib...
just use the source on contrib
\Harbour\contrib\xhb\xhberr.prg
Some years ago I have adapted this with some more info about my systems and sending error report via e-mail...
Then made possible to fix many errors or provide other solution before users phone call's
Regards
Re: On error...
Posted: Fri Jul 20, 2012 3:56 am
by Rathinagiri
That's great!