BUG: TRIM() Function in dBASE Label Is Not MigratedLast reviewed: June 28, 1995Article ID: 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 Problem
To correct this problem, the label definition should be:
TRIM(company) TRIM(address) TRIM(city)+","+" "+TRIM(state)+" "+TRIM(zip) |
Additional reference words: FoxDos FoxWin 2.60 buglist2.60 migrate convert
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |