PRB: Same Field Can Be Repeated in SET FIELDS ListLast reviewed: August 28, 1995Article ID: Q120764 |
The information in this article applies to:
SYMPTOMSA field list can contain the same field more than once.
CAUSEThe SET FIELDS command is GLOBAL.
STATUSThis behavior is by design.
MORE INFORMATIONThe SET FIELDS GLOBAL command was added for dBASE compatibility. In dBASE, a field list can contain the same field more than once.
Steps to Reproduce BehaviorRun the following code in a program or the Command window:
USE SYS(2004) + "\tutorial\customer.dbf" SET FIELDS GLOBAL SET FIELDS TO SET FIELDS TO cno SET FIELDS TO cno BROWSENote that the CNO field is displayed twice.
|
Additional reference words: FoxWin FoxMac FoxDos 2.60 2.60a duplicate
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |