FIX: Invalid Page Fault After Summing Currency Field of CursorLast reviewed: October 29, 1997Article ID: Q157762 |
The information in this article applies to:
SYMPTOMSAfter using the CALCULATE command to SUM the contents of a currency field in a cursor file, and storing that sum in a variable, the resulting variable may cause system errors in subsequent operations. For example, one error is as follows:
Vfp.exe caused an Invalid Page Fault WORKAROUNDDo one of the following:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0a.
MORE INFORMATION
Steps to Reproduce BehaviorThe following sequence of commands result in the error described above:
SET TALK OFF CREATE CURSOR test (nAmount Y) CALCULATE ALL SUM(nAmount) TO nTotal ? nTotal # 0Make one of the changes below to work around the problem:
Keywords : buglist5.00 FxprgSet FxprgTable vfoxwin vfpfix5.0a kbprg kbbuglist kbfixlist Version : 5.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |