Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This looks like a typo to me
Message
From
04/01/2006 16:30:09
 
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:
01083326
Views:
14
WHERE do you believe the typo is???????




>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