PRB: @ ... SAY Command in Format File Causes Extra ColumnID: Q112470 The information in this article applies to:
SYMPTOMSThe @ ... SAY command functions differently in a FoxPro format file than in a dBASE IV format file.
CAUSEFoxPro and dBASE format files differ in functionality. In FoxPro, the BROWSE FORMAT command has been enhanced so that an @ ... SAY command in a format file creates a calculated, read-only field. In dBASE IV, this command is ignored. If a dBASE IV format file is migrated to FoxPro, extra columns may appear if a BROWSE FORMAT command is then issued using this format file.
RESOLUTIONRemove the @ ... SAY commands unless a calculated field is desired.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a file named CUSTOMER.FMT with the following commands:
2. Issue the following commands in the FoxPro Command window:
Note that there are four columns in the Browse window. Two of these are
read-only fields, with CNO and CUSTOMER as constant text. The other two
fields contain the actual contents of the CNO and COMPANY fields.
Additional reference words: FoxDos FoxWin 2.60 KBCategory: kbprg kbprb KBSubcategory: FxinteropDbase |
|
Last Reviewed: June 28, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |