The information in this article applies to:
SYMPTOMSWhen you call the AddProperty method of an object and pass an initial value of type currency, you may receive the following error when the AddProperty executes:
RESOLUTIONTo work around this behavior, you can pass the initial value as a named expression or pass a variable containing the initial value, as follows:
NOTE: Note the added parentheses around the currency value.
-or-
NOTE: The initial value is passed as a variable.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe AddProperty() method takes two parameters. The first parameter is the name for the added property, and the second parameter is the value of the newly added property. Steps to Reproduce Behavior
REFERENCESVisual FoxPro Help file; search on: "AddProperty" © Microsoft Corporation 1998, All Rights Reserved. Additional query words: kbDSupport kbDSE kbOOP kbvfp600
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |