AError() function returns extended information for errors 1104 and 1105 in Visual FoxPro 9.0 SP2
By Sergey - Posted on April 18th, 2008
Visual FoxPro 9.0 Service Pack 2 improves the capability of the AError() function for errors 1104 - Error reading file, and 1105 - Error writing file. For these errors only, the array produced by AError() contains additional error information consisting of the underlying operating system error number and error text. The error number and error text are stored in the AError() array, elements 6 and 7 respectively.
This additional error information corresponds to the values returned by the Windows API function GetLastError().
See MS KB 951834 for details.
Recent comments
22 hours 34 min ago
5 days 6 hours ago
5 days 7 hours ago
1 week 1 day ago
1 week 1 day ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 5 days ago
2 weeks 5 days ago
3 weeks 25 min ago