Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Handler in a class
Message
From
22/12/1998 12:19:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Error Handler in a class
Miscellaneous
Thread ID:
00169701
Message ID:
00169701
Views:
64
I'm trying to create an error handler in a class I'm working on, but I'm having a problem with object references.

I want to do something like:

ON ERROR DO THIS.HandleError WITH PROGRAM(), LINENO(), ERROR()

But when I encounter errors, I get an error that "this.handlerror does not exist."

I also tried doing it as a function call rather than a procedure, but I got an error that "THIS cannot be used outside of an object."

What is the big secret one must "get" to do an error handler in an object?

-- jas
Next
Reply
Map
View

Click here to load this message in the networking platform