BUG: dBASE .FMT with "colo" in Message Migrates ErroneouslyLast reviewed: June 28, 1995Article ID: Q123707 |
The information in this article applies to:
SYMPTOMSWhen converting a dBASE IV Form Code File (.FMT) that contains a "colo" text string in the Message clause of a GET field to FoxPro .SCX format, the following behavior occurs:
CAUSEIf the Text String of a Message clause for a GET field in the .FMT file contains "colo," then during conversion FoxPro falsely interprets it as COLOR clause and modifies it as following:
"@ 2,10 GET Address PICTURE "@S68 XXXX" ; MESSAGE "Use semicolons for carriage returns"The conversion process converts it to look like this:
@ ...... GET ADDRESS.......PICTURE "XXXX"; MESSAGE "Use semi ; COLOR or carri RESOLUTIONHere are three possible workarounds:
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 INFORMATIONTo see the result of this problem:
Steps to Reproduce Problem
a. Choose the "Convert dBASE files..." option from the RUN menu. b. If the .FMT file created in step 1 is not displayed in the Select box of the Convert Files dialog, use the Directory push button to find the file. c. Select one of the .FMT files. Then choose the Process push button. d. Once the .FMT file is converted and a .SCX file is created, close the Convert Files dialog. e. Use the "Modify Screen..." command to edit the .SCX file you created. When the FoxPro Transport dialog comes up, choose the Transport and Open push button with Transport Objects From set to FoxPro for MS-DOS/UNIX. f. Generate the screen to create a .SPR file. g. Run the Generated screen. |
Additional reference words: FoxWin FoxDos 2.60 2.60a buglist2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |