[Fixed in 15.0.26] ONERROR not capturing string error

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

User avatar
Grovkillen
Automation Wizard
Posts: 1128
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: ONERROR not capturing string error

Post by Grovkillen » Fri Sep 13, 2024 4:09 pm

That would be much appreciated if you could find a way to do that. Thanks Marcus for your support and help.
Let>ME=%Script%

Running: 15.0.27
version history

User avatar
Grovkillen
Automation Wizard
Posts: 1128
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: ONERROR not capturing string error

Post by Grovkillen » Fri Sep 20, 2024 7:56 pm

Latest version (15.0.25):

Code: Select all

Let>ONERROR=PROCESS_ERROR
//DBQuery>dbH,,rset,NumRecs,NumFields,0
Let>VALUE=string
Let>CALCULATE={Round(%VALUE%)}
//CALCULATE=0
SRT>PROCESS_ERROR
**BREAKPOINT**
END>PROCESS_ERROR
This will not render an error, but it will not catch the error either. Instead it will result in having the CALCULATE=0
Let>ME=%Script%

Running: 15.0.27
version history

User avatar
Marcus Tettmar
Site Admin
Posts: 7393
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: ONERROR not capturing string error

Post by Marcus Tettmar » Mon Sep 23, 2024 10:46 am

Please update to 15.0.26 just released today which should fix this.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

User avatar
Grovkillen
Automation Wizard
Posts: 1128
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: ONERROR not capturing string error

Post by Grovkillen » Mon Sep 23, 2024 4:34 pm

Thanks Marcus! This fixed it.

Code: Select all

Let>ONERROR=PROCESS_ERROR
//DBQuery>dbH,,rset,NumRecs,NumFields,0
Let>VALUE=string
Let>CALCULATE={Round(%VALUE%)}
//CALCULATE=PROCESS_ERROR
SRT>PROCESS_ERROR
**BREAKPOINT**
END>PROCESS_ERROR
Let>ME=%Script%

Running: 15.0.27
version history

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts