error
AError() function returns extended information for errors 1104 and 1105 in Visual FoxPro 9.0 SP2
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.
Not enough memory for file map (Error 1150)
The explanation for the error isn't too helpful and even confusing as the error often shows up on computers with plenty of memory.
Cannot access the selected table (Error 1152)
The error is related to the RowSource or ControlSource of a ListBox/ComboBox.
Retrieving Windows system error message
The WIN API FormatMessage function (among other things) can retrieve message definition from an already-loaded module or the system's message table. The error code usually is provided by the GetLastError WIN API function.
Recent comments
13 hours 7 min ago
4 days 21 hours ago
4 days 22 hours ago
1 week 21 hours ago
1 week 22 hours ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 6 days ago