BUG: TRIM() Function in dBASE Label Is Not MigratedID: Q112475 The information in this article applies to:
SYMPTOMSWhen printing a label migrated from dBASE IV, there are extra spaces between fields.
CAUSEWhen FoxPro migrates the label, it does not add the TRIM() function to the character fields that had the "T" picture function in dBASE.
RESOLUTIONModify the FoxPro label and use the TRIM() function on each field on which the trailing spaces should be removed.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem1. In dBASE IV, create a label with the following layout:
2. In FoxPro 2.6, choose Convert dBASE files from the Run menu. Select the
3. Modify the label. The following will be the label definition:
Note that none of the fields are TRIMmed. This will cause the output from
the label to be different from that of dBASE IV.
To correct this problem, the label definition should be:
Additional reference words: FoxDos FoxWin 2.60 buglist2.60 migrate convert
.lbl .lbx
KBCategory: kbprg kbbuglist
KBSubcategory: FxinteropDbase
|
|
Last Reviewed: June 28, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |