PRB: Form Wizard Forms Display Non-US Currencies with a $ Symbol (252637)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q252637 SYMPTOMS
When using the Microsoft Visual FoxPro Form Wizard to create forms containing currency fields, text boxes that have currency fields as their controlsource are displayed with a US dollar ($) currency symbol. A currency symbol of $ is displayed regardless of the regional currency settings.
Text boxes with the Format property set to $ that are added to a form created using the Form Wizard also display a currency symbol of $, regardless of regional currency settings.
RESOLUTION
There are two workarounds for this issue: - Alter the Format and InputMask properties of text boxes that display currency data:
- Set the Format property of the text box to a null string.
- Include the currency symbol to be used in the InputMask property of the text box.
For example, to set the currency symbol to Pesetas with the currency symbol displayed to the left of the amount, set the InputMask property to: "Pts9,999,999,999,999,999.99."
- Create forms that contain currency data without using the Form Wizard.
Modification Type: | Major | Last Reviewed: | 2/3/2000 |
---|
Keywords: | kbDSupport kbprb kbwizard KB252637 |
---|
|