Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This looks like a typo to me
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01083288
Message ID:
01083485
Views:
12
Naomi,

I agree that this looks like a typo. I'm making the change in our error handler as well. Have you sent an email to Kevin? Thanks.

-Dan

>Hi everybody,
>
>I've decided to take a look into MereMortals Error Handler, because we're unsatisfied with the error log information. Here is the code from the top of the CreateErrorLogEntry method
>
>
>DO CASE
>	CASE ISNULL(This.aErrorInfo[4])
>		lcAError4 = '.NULL.'
>	CASE TYPE("laError[xx,4]") = "C"
>		lcAError4 = This.aErrorInfo[4]
>	CASE type("laError[xx,4]") = "N"
>		lcAError4 = ALLTRIM(STR(This.aErrorInfo[4]))
>	OTHERWISE
>		lcAError4 = 'Unknown Error'
>ENDCASE
>
>It looks like it is a typo and it should be referencing this.aErrorInfo[4] instead.
>
>Could you please check this method and let me know, if you think it's a typo and should be corrected?
>
>Thanks in advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform