PRB: 'Variable 'TYPE' is not found' err msg using ExportID: Q132479 The information in this article applies to:
SYMPTOMSOn the File menu, if you click Export to export a Visual FoxPro table to FoxPro version 2.x format, the following error message displays if the COPY TO command is more than 254 characters long:
CAUSEVisual FoxPro s Export dialog box appears to put the string generated from the COPY TO command into a variable. However, variables can contain up to 254 characters, so the code appears to pull off the last field name from the COPY TO command. The text displayed in the Command window looks something like this: COPY TO d:\vfp\ord FIELDS Orders.order_id,Orders.cust_id,Orders.emp_id, ; Orders.to_name,Orders.to_address,Orders.to_city,Orders.to_region, ; Orders.postalcode,Orders.to_country,Orders.ship_count,Orders.ship_via, ; Orders.order_date,Orders.order_amt,Orders.order_dsc,Orders.order_net, ; Orders. TYPE FOX2X The last field in the ORDERS table is FREIGHT, and the above code shows how the last field name is stripped from the COPY TO command.
WORKAROUNDChoose any one of the following workarounds:
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior1. Start Visual FoxPro. 2. In the Command window, type:
3. In the Command window, type:
4. On the File menu, click Export. In the Type combo box, select FoxPro 2.x
5. Click the Options button. Click the Fields button. Click the All button.
6. Click OK a total of three times to get out of the dialog box. Additional reference words: 3.00 VFoxWin KBCategory: kbtool kbprb KBSubcategory: FxtoolGeneral |
Last Reviewed: July 31, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |