Tracy: Thanks but throwing the same error that got me there puts me right back there. What I ended up doing is

try
catch
if errorno = 1000
    llshowerror = .t.
else
    messagebox(error)
endif
endtry

if llshowerror = .t.
    error 1000
endif

This does what I want.  I'll explain why if you want to know.

Thanks,




Jeff

---------------

Jeff Johnson
[email protected]
(623) 582-0323

www.san-dc.com
www.arelationshipmanager.com

On 02/03/2013 08:53 AM, Tracy Pearson wrote:
Jeff Johnson <[email protected]> wrote:

I have a Try Catch routine that catches errors.  I want one particular
error number to call the default error routine.

Do I just call this.error(with the appropriate parameters) in the
catch?

TIA
Is there not a throw command?




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to