Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message from number
Message
From
25/01/2001 12:19:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00468523
Message ID:
00468573
Views:
15
Actually, my boss and Ko just pointed me to AERROR() which does exactly what I need.

Thanks,

Michelle

>Michelle,
>
>I undersood, what you mean. Unfortunatelly, there is no such function in VFP.
>
>The simplest way to imitate it, though, is:
>
>
>private pcErrMsg
>on error pcErrMsg=message()
>error myNumber
>?pcErrMsg
>on error
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform