PRB: CREATE FROM Command Ignores Indexes and FiltersID: Q109578 The information in this article applies to:
SYMPTOMSIndexes or filters set to a database created either manually or with the COPY STRUCTURE EXTENDED command will be ignored when you are using the CREATE FROM command.
RESOLUTIONThere are three ways to work around this behavior:
MORE INFORMATION
Steps to Reproduce BehaviorThe following steps use the CUSTOMER.DBF from the TUTORIAL subdirectory under the main FoxPro directory. Issue the following commands from the Command window or copy them into a program (.PRG) file and run the program file:
The field names are not in ascending order. The field name CNO is before
the COMPANY and CONTACT fields.
WorkaroundIn order to have the fields sorted, use the following code:
Additional reference words: FoxMac FoxDos FoxWin 2.00 2.50 2.50a 2.50b 2.60
pssbug2.50b
pssbug2.60
KBCategory: kbprg kbprb
KBSubcategory: FxprgSql
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |