PRB: View Designer Sets Decimal Places to 3 for Double Data Types (275863)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q275863 SYMPTOMS
When you create or edit a view using the View Designer, the number of decimal places for data types mapped as Double data type is set to 3 under the Fields Data Mapping property.
RESOLUTION
Use the DBSETPROP() function to set the number of decimal places for the field:
DBSETPROP('MYVIEW.MYFIELD','FIELD','DATATYPE','B(5)') REFERENCES
(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by John Desch, Microsoft Corporation.
Modification Type: | Major | Last Reviewed: | 8/27/2002 |
---|
Keywords: | kbCodeSnippet kbDatabase kbDesigner kbDSupport kbprb KB275863 kbAudDeveloper |
---|
|